Releases: Increase/increase-java
Releases · Increase/increase-java
v0.8.0
0.8.0 (2023-07-22)
⚠ BREAKING CHANGES
- api: reorganize
check_transfer
and network fields; add
request_details; add
unknown` (#36)
Features
- api: add fee_period_start and return_of_erroneous_or_reversing_debit (#40) (c562272)
- api: reorganize
check_transfer
and network fields; add
request_details; add
unknown` (#36) (964c5ad)
Bug Fixes
- auto-close responses even if an exception is thrown during deserialization (#38) (e8e9452)
Documentation
- api: update
model_id
documentation (#39) (29502ac)
v0.7.1
0.7.1 (2023-07-17)
Features
Chores
- internal: minor reformatting (#34) (f0a69b1)
- internal: minor reformatting + remove internal examples classes (#33) (b656b3b)
v0.7.0
0.7.0 (2023-07-12)
⚠ BREAKING CHANGES
- api: add unique_identifier, driver's license backs, inbound funds holds, and more (#28)
Features
- api: add unique_identifier, driver's license backs, inbound funds holds, and more (#28) (470fd38)
v0.6.0
0.6.0 (2023-07-07)
⚠ BREAKING CHANGES
- api: add card profiles simulation method (#25)
Features
- api: add card profiles simulation method (#25) (b7c7d75)
v0.5.0
0.5.0 (2023-06-29)
⚠ BREAKING CHANGES
- api: remove many enum members from document category (#22)
Features
- api/types: mark more check transfer intention properties as nullable (#21) (50e0bbc)
Refactors
- api: remove
other
from reason enum (#19) (3bb921d)
- api: remove many enum members from document category (#22) (327d529)
Documentation
v0.4.1
0.4.1 (2023-06-19)
Refactors
- api: remove unused properties and enum members (#16) (4190d26)
v0.4.0
0.4.0 (2023-06-13)
⚠ BREAKING CHANGES
- api: rename return reason enum member (#13)
Refactors
- api: rename return reason enum member (#13) (22a3fd6)
Documentation
- point to github repo instead of email contact (#14) (4ab211e)
v0.3.1
0.3.1 (2023-06-12)
Features
- api: add new endpoints + properties + enums (#6) (5709621)
v0.3.0
0.3.0 (2023-05-31)
⚠ BREAKING CHANGES
- improve pagination response types
Features
- add JsonValue.convert method (27ed6d1)
- api: add
at_time
property for balance lookups (d75c450)
- api: add
expires_at
property (7d79522)
- core: add
asUnknown
to JsonField
(91433f0)
- docs: updates (40bfd3e)
- improve pagination response types (7afbb7a)
- tests: support specifying
SKIP_MOCK_TESTS=true
(840d385)
Refactors
- pagination: remove special casing of empty string cursors (66d84c5)