Skip to content

Commit c6a3e81

Browse files
v6.0.0
Co-Authored-By: Patryk Smolarz <[email protected]>
1 parent a77b09f commit c6a3e81

File tree

2,462 files changed

+168157
-103098
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,462 files changed

+168157
-103098
lines changed

CHANGELOG.md

-33
This file was deleted.

DEPRECATED_CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
- **2024-05-08** - `5.0.1` - Added support for [Create validation rule assignment](https://docs.voucherify.io/reference/create-validation-rule-assignment)
2+
- **2024-03-11** - `5.0.0` - The new version generated from OpenAPI, supports union models. Covers most common endpoints.
3+
- **2022-01-18** - `4.1.0` - Async Actions support.
4+
- **2021-06-14** - `4.0.0` - Bumped required ruby version, bumped dependencies, added `Consents` API support, remove deprecated `URI.escape`.
5+
- **2020-03-09** - `3.0.0` - Bumped required ruby version, bumped dependencies, added `list` method in Customers module.
6+
- **2019-06-19** - `2.4.0` - Added support for custom API endpoint, that allows to connect to projects created in specific Voucherify region.
7+
- **2019-05-09** - `2.3.0` - Added `create_publication` method in Distributions module.
8+
- **2019-04-23** - `2.2.0` - Loyalties API, Rewards API, Orders API.
9+
- **2019-02-19** - `2.1.1` - Treat `referral` as optional in custom events. Added new method for custom event tracking.
10+
- **2019-02-19** - `2.1.0` - Handle `referral` in custom events tracking.
11+
- **2018-12-27** - `2.0.0` - Business validation rules.
12+
- **2018-09-05** - `1.6.1` - Request timeout settings
13+
- **2017-11-16** - `1.6.0` - Expose promotion API, Redemptions and Validations namespace update
14+
- **2017-11-16** - `1.5.0` - Expose events API
15+
- **2017-05-07** - `1.4.0` - Segments, Validation rules, API Versioning
16+
- **2017-03-22** - `1.3.0` - improved error handling
17+
- **2017-01-04** - `1.2.0` - added [import vouchers](#import-vouchers) method.
18+
- **2016-12-29** - `1.1.0` - introduced [campaigns api](#campaigns-api) and [products api](#products-api).
19+
- **2016-12-15** - `1.0.0` - introduced namespaces, unified method names, updated README. Migration from versions 0.x required [migration from version 0.x](#migration-from-0x)
20+
- **2016-12-02** - `0.8.2` - support gift vouchers in utils, fix price and discount calculations for amount discounts
21+
- **2016-10-03** - `0.8.1` - publish update
22+
- **2016-08-02** - `0.8.0` - validate voucher
23+
- **2016-07-18** - `0.7.0` - voucher udpate
24+
- **2016-07-05** - `0.6.0` - new utils module
25+
- **2016-06-16** - `0.5.0` - unified naming convention
26+
- **2016-06-12** - `0.4.0` - new customer sdk methods
27+
- **2016-05-24** - `0.3.0` - new publish structure
28+
- **2016-04-27** - `0.2.0` - rollback redemption
29+
- **2016-04-13** - `0.1.3` - bugfix in redeem()
30+
- **2016-04-13** - `0.1.2` - removed dependency to `pry`
31+
- **2016-04-12** - `0.1.1` - minor gemspec changes
32+
- **2016-04-12** - `0.1.0` - First version:
33+
- Authentication
34+
- Voucher information: *retrieve voucher*, *list vouchers*, *retrieve redemptions*, *list redemptions*
35+
- Voucher operations: *redeem voucher*, *publish voucher*, *create voucher*, *enable/disable voucher*

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
COPY . .
66

77
RUN gem build VoucherifySdk.gemspec
8-
RUN gem install voucherify-5.0.1.gem
8+
RUN gem install voucherify-6.0.0.gem
99
RUN gem install dotenv
1010
RUN gem install rspec
1111

0 commit comments

Comments
 (0)