Full Changelog: v0.189.0...v0.189.1
- lint error (ec3a099)
Full Changelog: v0.188.0...v0.189.0
- client: refactor multipart formdata impl (#845)
- api: api update (#849) (f606390)
- client: accept
InputStream
andPath
for file params (#851) (95b7c74) - client: detect binary incompatible jackson versions (#853) (f0f5ac0)
- generate and publish docs (#854) (a688db7)
- client: refactor multipart formdata impl (#845) (430695c)
- internal: add
.kotlin
to.gitignore
(#855) (df54f89)
- add raw response readme documentation (#847) (524a000)
- document file uploads in readme (#852) (c0036db)
- note required fields in
builder
javadoc (#848) (e439ad0)
Full Changelog: v0.187.0...v0.188.0
- api: api update (#844) (5c99606)
- client: allow configuring timeouts granularly (#841) (79cd588)
- client: support raw response access (#843) (7a67a28)
Full Changelog: v0.186.0...v0.187.0
Full Changelog: v0.185.0...v0.186.0
Full Changelog: v0.184.0...v0.185.0
Full Changelog: v0.183.0...v0.184.0
Full Changelog: v0.182.0...v0.183.0
Full Changelog: v0.181.0...v0.182.0
Full Changelog: v0.180.0...v0.181.0
- client: use deep identity methods for primitive array types (#815) (2c240d9)
- internal: refactor
ServiceParamsTest
(#817) (e021532)
Full Changelog: v0.179.0...v0.180.0
- api: api update (#813) (4d16132)
- client: allow omitting params object when none required (#811) (4b68fb5)
Full Changelog: v0.178.0...v0.179.0
Full Changelog: v0.177.0...v0.178.0
Full Changelog: v0.176.0...v0.177.0
- client: support
JsonField#asX()
for known values (#792) (1b5d350) - client: update enum
asX
methods (#791) (ac81831)
- ci: update gradle actions to v4 (#797) (ebe2e29)
- client: remove checked exception related code (#798) (04ca4cc)
- docs: add faq to readme (#799) (710e8d0)
- docs: reorganize readme (#793) (be3a03d)
- internal: get rid of configuration cache (#796) (593aa2a)
- internal: make body class constructors private (8d1f5fc)
- internal: make body classes for multipart requests (8d1f5fc)
- internal: misc formatting changes (8d1f5fc)
- internal: optimize build and test perf (555e02f)
- internal: remove unnecessary non-null asserts in tests (c7f8313)
- internal: rename internal body classes (8d1f5fc)
- internal: update formatter (#788) (555e02f)
- internal: update some formatting in
Values.kt
(1b5d350) - internal: use
assertNotNull
in tests for type narrowing (c7f8313) - internal: use better test example values (#790) (8d1f5fc)
Full Changelog: v0.175.0...v0.176.0
Full Changelog: v0.174.0...v0.175.0
Full Changelog: v0.173.0...v0.174.0
Full Changelog: v0.172.0...v0.173.0
Full Changelog: v0.171.0...v0.172.0
Full Changelog: v0.170.1...v0.171.0
Full Changelog: v0.170.0...v0.170.1
- api: add missing
@MustBeClosed
annotations (#766) (d571a5a) - api: switch
CompletableFuture<Void>
toCompletableFuture<Void?>
(d571a5a) - client: add missing validation calls on response (d571a5a)
- client: always provide a body for
PATCH
methods (d571a5a)
Full Changelog: v0.169.0...v0.170.0
Full Changelog: v0.168.0...v0.169.0
Full Changelog: v0.167.0...v0.168.0
Full Changelog: v0.166.0...v0.167.0
Full Changelog: v0.165.0...v0.166.0
Full Changelog: v0.164.1...v0.165.0
Full Changelog: v0.164.0...v0.164.1
Full Changelog: v0.163.0...v0.164.0
- internal: extract request preparation logic (b3cc4af)
Full Changelog: v0.162.0...v0.163.0
Full Changelog: v0.161.0...v0.162.0
Full Changelog: v0.160.0...v0.161.0
- add max retries to test (#724) (b51bfef)
- internal: remove some unnecessary
constructor
keywords (f7f3921)
Full Changelog: v0.159.0...v0.160.0
Full Changelog: v0.158.0...v0.159.0
Full Changelog: v0.157.1...v0.158.0
Full Changelog: v0.157.0...v0.157.1
- internal: upgrade kotlin compiler and gradle (#707) (81ccebd)
- simplify examples involving lists (#704) (7fb2875)
Full Changelog: v0.156.0...v0.157.0
- internal: add and tweak check functions (#701) (a9e8c91)
- internal: extract a
checkRequired
function (#699) (e08cfb7) - internal: tweak client options nullability handling (a9e8c91)
Full Changelog: v0.155.1...v0.156.0
- internal: fix up root
build.gradle.kts
formatting (#692) (85f1ba6) - internal: remove unused Gradle imports (#694) (1544474)
- internal: remove unused or unnecessary Gradle imports (#695) (0a4afc2)
- internal: update some gradle formatting (#696) (f98ffb9)
Full Changelog: v0.155.0...v0.155.1
Full Changelog: v0.154.1...v0.155.0
- client: add various convenience setters to models (#686) (a1892f0)
- client: allow setting arbitrary JSON for top-level body params (a1892f0)
- client: expose getters for
JsonField
of body params (a1892f0)
- client: consistently throw on omitting required fields (a1892f0)
- client: convert
JsonField
containing list type to mutable in builder (a1892f0)
- internal: explicitly add some method return types (a1892f0)
- internal: move headers and query params setters below others (a1892f0)
- internal: simplify existing convenience setters on params (a1892f0)
Full Changelog: v0.154.0...v0.154.1
Full Changelog: v0.153.0...v0.154.0
Full Changelog: v0.152.0...v0.153.0
Full Changelog: v0.151.0...v0.152.0
- client: switch query params objects to use
QueryParams
(#664)
- client: switch query params objects to use
QueryParams
(#664) (b8424eb) - internal: use constructor to deserialize json (#666) (d08fe13)
Full Changelog: v0.150.1...v0.151.0
- docs: add example project (#660) (b7be68b)
- docs: fix unused import (#661) (03994d1)
- docs: update readme (#659) (4f2caee)
- update parameter examples in tests and docs (#657) (ccf91f7)
Full Changelog: v0.150.0...v0.150.1
- add missing imports (cb81ec1)
Full Changelog: v0.149.0...v0.150.0
- internal: remove unused and expand used wildcard imports (#650) (bd5ba0d)
- internal: remove unused and expand used wildcard imports (#651) (3a4b70c)
- test: remove unused imports (#647) (9f179aa)
- test: use
JsonValue
instead ofJsonString
(#649) (01a5e47)
Full Changelog: v0.148.0...v0.149.0
- internal: remove unused imports (#644) (b901332)
- update example values in tests and docs (#640) (3c9e8fa)
- internal: make enum value definitions less verbose (#642) (92589bc)
- internal: move enum identity methods to bottom of class (#643) (bda8338)
Full Changelog: v0.147.0...v0.148.0
Full Changelog: v0.146.0...v0.147.0
Full Changelog: v0.145.0...v0.146.0
Full Changelog: v0.144.0...v0.145.0
- client: add logging when debug env is set (#626) (b163198)
- derive gpg release key's id via gpg itself (#629) (d4cd273)
Full Changelog: v0.143.0...v0.144.0
Full Changelog: v0.142.0...v0.143.0
- deps: bump jackson to 2.18.1 (#616) (5fa3c28)
- internal: codegen related update (#617) (c5d3129)
- rebuild project due to codegen change (#614) (97cfccc)
Full Changelog: v0.141.0...v0.142.0
Full Changelog: v0.140.0...v0.141.0
Full Changelog: v0.139.0...v0.140.0
Full Changelog: v0.138.0...v0.139.0
Full Changelog: v0.137.0...v0.138.0
Full Changelog: v0.136.0...v0.137.0
Full Changelog: v0.135.0...v0.136.0
Full Changelog: v0.134.0...v0.135.0
Full Changelog: v0.133.0...v0.134.0
Full Changelog: v0.132.0...v0.133.0
Full Changelog: v0.131.0...v0.132.0
Full Changelog: v0.130.0...v0.131.0
Full Changelog: v0.129.0...v0.130.0
Full Changelog: v0.128.0...v0.129.0
Full Changelog: v0.127.0...v0.128.0
Full Changelog: v0.126.0...v0.127.0
Full Changelog: v0.125.0...v0.126.0
Full Changelog: v0.124.1...v0.125.0
Full Changelog: v0.124.0...v0.124.1
Full Changelog: v0.123.1...v0.124.0
Full Changelog: v0.123.0...v0.123.1
Full Changelog: v0.122.0...v0.123.0
Full Changelog: v0.121.0...v0.122.0
Full Changelog: v0.120.0...v0.121.0
Full Changelog: v0.119.0...v0.120.0
Full Changelog: v0.118.0...v0.119.0
Full Changelog: v0.117.0...v0.118.0
Full Changelog: v0.116.0...v0.117.0
Full Changelog: v0.115.0...v0.116.0
Full Changelog: v0.114.0...v0.115.0
Full Changelog: v0.113.0...v0.114.0
Full Changelog: v0.112.0...v0.113.0
Full Changelog: v0.111.0...v0.112.0
Full Changelog: v0.110.0...v0.111.0
Full Changelog: v0.109.0...v0.110.0
Full Changelog: v0.108.0...v0.109.0
Full Changelog: v0.107.0...v0.108.0
- internal: codegen related update (6a3c00e)
Full Changelog: v0.106.0...v0.107.0
Full Changelog: v0.105.0...v0.106.0
- api: OpenAPI spec update via Stainless API (#482) (06dc44f)
- api: OpenAPI spec update via Stainless API (#483) (1148857)
- api: OpenAPI spec update via Stainless API (#484) (87ccc11)
- api: OpenAPI spec update via Stainless API (#486) (35b49a3)
Full Changelog: v0.104.0...v0.105.0
- api: OpenAPI spec update via Stainless API (#477) (0a43ae4)
- api: OpenAPI spec update via Stainless API (#478) (6b72aa0)
Full Changelog: v0.103.0...v0.104.0
Full Changelog: v0.102.0...v0.103.0
Full Changelog: v0.101.0...v0.102.0
Full Changelog: v0.100.0...v0.101.0
Full Changelog: v0.99.0...v0.100.0
Full Changelog: v0.98.0...v0.99.0
Full Changelog: v0.97.0...v0.98.0
Full Changelog: v0.96.0...v0.97.0
- api: OpenAPI spec update via Stainless API (#451) (4c1eebf)
- client: added structured fields to errors (#449) (32d0680)
Full Changelog: v0.95.0...v0.96.0
Full Changelog: v0.94.0...v0.95.0
Full Changelog: v0.93.0...v0.94.0
Full Changelog: v0.92.0...v0.93.0
Full Changelog: v0.91.0...v0.92.0
Full Changelog: v0.90.0...v0.91.0
Full Changelog: v0.89.0...v0.90.0
Full Changelog: v0.88.0...v0.89.0
Full Changelog: v0.87.0...v0.88.0
- api: OpenAPI spec update via Stainless API (#420) (88f3792)
- api: OpenAPI spec update via Stainless API (#422) (9e7b138)
- api: OpenAPI spec update via Stainless API (#423) (3f0feba)
Full Changelog: v0.86.0...v0.87.0
Full Changelog: v0.85.0...v0.86.0
Full Changelog: v0.84.0...v0.85.0
Full Changelog: v0.83.0...v0.84.0
Full Changelog: v0.82.0...v0.83.0
Full Changelog: v0.81.0...v0.82.0
Full Changelog: v0.80.0...v0.81.0
Full Changelog: v0.79.0...v0.80.0
- Remove inbound mail simulation (aa7308e)
Full Changelog: v0.78.0...v0.79.0
- api: OpenAPI spec update via Stainless API (#391) (91ba2d3)
- api: OpenAPI spec update via Stainless API (#392) (ecde168)
Full Changelog: v0.77.0...v0.78.0
Full Changelog: v0.76.0...v0.77.0
Full Changelog: v0.75.0...v0.76.0
Full Changelog: v0.74.0...v0.75.0
Full Changelog: v0.73.0...v0.74.0
Full Changelog: v0.72.0...v0.73.0
Full Changelog: v0.71.0...v0.72.0
Full Changelog: v0.70.0...v0.71.0
- api: OpenAPI spec update via Stainless API (#357) (46a1730)
- api: OpenAPI spec update via Stainless API (#358) (5f8dd77)
Full Changelog: v0.69.0...v0.70.0
Full Changelog: v0.68.0...v0.69.0
- api: api updates (#347) (4dd3c83)
- api: OpenAPI spec update via Stainless API (#349) (651c9f7)
- api: OpenAPI spec update via Stainless API (#350) (0ddfead)
- client: improve binary return values (#345) (338fdca)
- ci: run tests in CI (#346) (a52c891)
- internal: capitalize github org name (#348) (34046df)
- internal: remove unused test file (#343) (33c5417)
Full Changelog: v0.67.0...v0.68.0
Full Changelog: v0.66.0...v0.67.0
Full Changelog: v0.65.0...v0.66.0
Full Changelog: v0.64.0...v0.65.0
Full Changelog: v0.63.0...v0.64.0
Full Changelog: v0.62.0...v0.63.0
Full Changelog: v0.61.0...v0.62.0
Full Changelog: v0.60.0...v0.61.0
Full Changelog: v0.59.0...v0.60.0
Full Changelog: v0.58.0...v0.59.0
Full Changelog: v0.57.1...v0.58.0
- api: OpenAPI spec update via Stainless API (#298) (4f71f0c)
- api: OpenAPI spec update via Stainless API (#300) (92d7a0c)
- api: OpenAPI spec update via Stainless API (#301) (ce0a8be)
- api: OpenAPI spec update via Stainless API (#302) (18965b8)
- api: OpenAPI spec update via Stainless API (#303) (5734864)
- api: OpenAPI spec update via Stainless API (#304) (4747c0e)
Full Changelog: v0.57.0...v0.57.1
- ci: also run workflows for PRs targeting
next
(#296) (312565e) - docs: document minimum Java version (Java 8) in README (#294) (fcf6ffe)
Full Changelog: v0.56.0...v0.57.0
- api: add property 'receiver identification number' to 'originator company entry description' (#292) (d34e6b5)
Full Changelog: v0.55.0...v0.56.0
Full Changelog: v0.54.0...v0.55.0
Full Changelog: v0.53.0...v0.54.0
- api: updates (#287) (df79d67)
- client: add support for
putQueryParam
onClientOptions
(#284) (2687a0b)
Full Changelog: v0.52.0...v0.53.0
Full Changelog: v0.51.0...v0.52.0
Full Changelog: v0.50.0...v0.51.0
Full Changelog: v0.49.0...v0.50.0
Full Changelog: v0.48.0...v0.49.0
- api: enhance API with extended transaction details and new entity types (#270) (a06edc1)
- propagate resource description field from stainless config to SDK docs (#268) (45adef6)
Full Changelog: v0.47.0...v0.48.0
- internal: add link to openapi spec (#263) (d417af7)
- internal: add scripts/mock (#264) (26650a8)
- internal: bump mock server version to ~5.8.0 (#265) (c609dd5)
Full Changelog: v0.46.0...v0.47.0
- require account ID for creating an ACH prenotification (#260)
Full Changelog: v0.45.0...v0.46.0
- ci: validate Gradle wrapper (#254) (47f536d)
- internal: gradlew v8.7, use gradle task config avoidance APIs (#256) (955eaa1)
Full Changelog: v0.44.0...v0.45.0
Full Changelog: v0.43.0...v0.44.0
Full Changelog: v0.42.0...v0.43.0
Full Changelog: v0.41.0...v0.42.0
Full Changelog: v0.40.1...v0.41.0
Full Changelog: v0.40.0...v0.40.1
Full Changelog: v0.39.0...v0.40.0
- api: updates (#238) (b0e9371)
- client: implement support for multipart/form-data body requests (#239) (8ea0590)
Full Changelog: v0.38.0...v0.39.0
Full Changelog: v0.37.0...v0.38.0
- api: remove inbound_check category, rename check_deposit_mail_item, add inbound_mail_item (#232) (2991aa8)
- deps: update jackson to v2.14.3 (#227) (f2c94ec)
- deps: update junit5 to v5.9.3 (#230) (1257df0)
- deps: update kotlin-gradle-plugin to v1.9.23 (#229) (fbbeadb)
- deps: update kotlinx-coroutines-core to v1.8.0 (#231) (90979c1)
Full Changelog: v0.36.0...v0.37.0
Full Changelog: v0.35.0...v0.36.0
Full Changelog: v0.34.0...v0.35.0
- api: add
funding
parameter to external account update (#220) (fda9499) - api: adding
pending_reviewing
wire transfer state (ecdc8bf) - api: introduce
network_risk_score
(#218) (ecdc8bf) - api: remove Card Profile ID properties (ecdc8bf)
- api: updates (#219) (1ae8a9f)
Full Changelog: v0.33.0...v0.34.0
- rename card_profile_id -> digital_card_profile_id (#211)
- add HttpRequestBody.contentLength() (#215) (568ee19)
- api: add actioner properties (#209) (8893f45)
- api: confirm entities (#214) (0e7b4a3)
Full Changelog: v0.32.0...v0.33.0
Full Changelog: v0.31.0...v0.32.0
Full Changelog: v0.30.0...v0.31.0
Full Changelog: v0.29.0...v0.30.0
- ci: update actions/setup-java action to v4 (#195) (d630401)
- internal: update deps (#193) (0b6ebca)
- update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0 (#197) (ca5bed8)
- update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2 (#200) (c6603b8)
- update dependency com.google.guava:guava to v33 (#198) (d823d5d)
- update dependency com.squareup.okhttp3:okhttp to v4.12.0 (#196) (344f9fb)
- update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3.1 (#194) (bfef661)
- update dependency org.assertj:assertj-core to v3.25.3 (#191) (b5eb31c)
- update dependency org.assertj:assertj-guava to v3.25.3 (#192) (34e9045)
- update dependency org.slf4j:slf4j-simple to v1.7.36 (#189) (0d58ba1)
- update dependency org.slf4j:slf4j-simple to v2 (#199) (04f2c55)
Full Changelog: v0.28.0...v0.29.0
- internal: refactor release environment script (#184) (f127c63)
- update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.4 (#188) (6f89dc9)
Full Changelog: v0.27.1...v0.28.0
- api: split card profile resource into digital and physical card profile resources (#183)
Full Changelog: v0.27.0...v0.27.1
- interal: make link to api.md relative (#179) (c53ff0f)
- internal: support pre-release versioning (#177) (a235da3)
Full Changelog: v0.26.0...v0.27.0
Full Changelog: v0.25.0...v0.26.0
Full Changelog: v0.24.0...v0.25.0
Full Changelog: v0.23.1...v0.24.0
- fix oauth casing (#168)
Full Changelog: v0.23.0...v0.23.1
- internal: speculative retry-after-ms support (#166) (bf4502f)
- remove Alex Rattray from reviewers (#165) (6943c69)
Full Changelog: v0.22.0...v0.23.0
Full Changelog: v0.21.0...v0.22.0
Full Changelog: v0.20.0...v0.21.0
- add .keep files for examples and custom code directories (#154) (df4eb2a)
- internal: minor improvements to auth code (#156) (89fa6b7)
Full Changelog: v0.19.0...v0.20.0
Full Changelog: v0.18.0...v0.19.0
Full Changelog: v0.17.0...v0.18.0
Full Changelog: v0.16.0...v0.17.0
Full Changelog: v0.15.1...v0.16.0
Full Changelog: v0.15.0...v0.15.1
Full Changelog: v0.14.0...v0.15.0
Full Changelog: v0.13.0...v0.14.0
- api: add failed to export status enum (#134) (2cd100a)
- github: include a devcontainer setup (#132) (e6f911e)
Full Changelog: v0.12.0...v0.13.0
Full Changelog: v0.11.0...v0.12.0
Full Changelog: v0.10.0...v0.11.0
- api: add fuel confirmation functionality (#124) (35d3a3b)
- api: add returned_per_odfi_request enum (#123) (5b3a1a1)
- api: updates (#121) (3fa6d84)
- api: updates (#122) (37cedb7)
- client: adjust retry behavior (#125) (e809e51)
Full Changelog: v0.9.6...v0.10.0
- add case insensitive get header function (#115) (6a72f5c)
- internal: minor reformatting (#113) (5990110)
- internal: rearrange client arguments (#112) (e0775a4)
- update README (#110) (4184ebf)
Full Changelog: v0.9.5...v0.9.6
Full Changelog: v0.9.4...v0.9.5
Full Changelog: v0.9.3...v0.9.4
- api: add card payments endpoints (#102) (fd6be05)
- api: add physical cards endpoints (#100) (e6a53a8)
Full Changelog: v0.9.2...v0.9.3
Full Changelog: v0.9.1...v0.9.2
- api: add entity_id to Card and make relationship nullable (#95) (9fb6c66)
- api: export account statements in OFX format (#97) (e2a6b0d)
Full Changelog: v0.9.0...v0.9.1
- api: add card payment ID reference to transaction models (#90) (ec6769a)
- client: retry on 408 Request Timeout (#92) (29868c2)
Full Changelog: v0.8.3...v0.9.0
- api: remove Limits API, add ACH controls to Account Numbers (#88)
Full Changelog: v0.8.2...v0.8.3
- api: add bank_of_first_deposit_routing_number and transfer_id properties (#83) (d4cd559)
- api: add Update Address and Create Notification Change endpoints (#86) (630a3a1)
Full Changelog: v0.8.1...v0.8.2
0.8.1 (2023-08-27)
- api: move inbound ACH transfer returns (
⚠️ breaking); add ACH transfer declines (#76) (a050465) - api: updates (#74) (49269a8)
0.8.0 (2023-08-17)
- api: change
physical_cards.status
value, removeevent_subscription
field, add fields (#69)
- api: change
physical_cards.status
value, removeevent_subscription
field, add fields (#69) (3df1f0b)
0.7.3 (2023-08-16)
- default timeout is set for java clients (#63) (3a68122)
- generate addXxx methods for array types (#66) (79d0d81)
0.7.2 (2023-08-11)
0.7.1 (2023-08-08)
- api: updates (#55) (b56d956)
- ci: add a publish-sonatype workflow for manual running (#47) (aca1537)
- test: unskip file uploads tests (#49) (c805758)
- ci: allow release to proceed without signing key id secret (#56) (d85fe88)
- internal: add
codegen.log
to.gitignore
(#45) (6978144) - internal: publish with --stacktrace for more helpful error information (#52) (efc6b11)
- internal: reorganize types (#57) (d060ea1)
- internal: support passing GPG_SIGNING_KEY_ID from secrets (#54) (2db452c)
0.7.0 (2023-07-22)
- api: reorganize
check_transfer
andnetwork fields; add
request_details; add
unknown` (#39)
- api: add fee_period_start and return_of_erroneous_or_reversing_debit (#43) (39c32a9)
- api: reorganize
check_transfer
andnetwork fields; add
request_details; add
unknown` (#39) (dd538f4)
0.6.1 (2023-07-17)
- internal: minor reformatting (#37) (3ddfa8f)
- internal: minor reformatting + remove internal examples classes (#36) (3c1c615)
0.6.0 (2023-07-12)
- api: add unique_identifier, driver's license backs, inbound funds holds, and more (#31)
0.5.0 (2023-07-07)
- api: add card profiles simulation method (#28)
0.4.0 (2023-06-29)
- api: remove many enum members from document category (#25)
- api: remove
other
from reason enum (#22) (17fb581) - api: remove many enum members from document category (#25) (53f7582)
0.3.0 (2023-06-19)
- api: rename return reason enum member (#19)
- api: remove unused properties and enum members (#21) (b4fa416)
- api: rename return reason enum member (#19) (77624f7)
0.2.0 (2023-05-31)
- improve pagination response types
- rename nested params classes to use singular instead of plural
- rename At3dsCapableMerchant and FormSs4 with correct casing
- api: replace notification_of_change with a list, and add merchant_acceptor_id
- add async AutoPager implementation (3117134)
- add async AutoPager implementation (3117134)
- add JsonValue.convert method (41e8c05)
- add methods to convert between sync and async clients (97fa182)
- add sonatype urls to build.gradle.kts (44d214a)
- add support for proxies (9d0a50a)
- add support for proxies (9d0a50a)
- add timeout to RequestOptions (09f65dd)
- api: add
at_time
property for balance lookups (092f450) - api: add
collection_receivable
to transaction source category enum (48a295d) - api: add
expires_at
property (685de3f) - api: add bookkeeping accounts, entries, and entry sets, and several other changes (021350d)
- api: add new enum members (3b6287e)
- api: add new fields (f7770cd)
- api: add optional
pending_transaction_id
field to pending transaction (1e6bac2) - api: add wire decline object (db56130)
- api: enum updates (1440eaa)
- api: remove cardSettlementTransactionId (f566f4f)
- api: replace notification_of_change with a list, and add merchant_acceptor_id (6ff9642)
- api: updates (d43e046)
- core: add
asUnknown
toJsonField
(69377cb) - docs: updates (f02d8f2)
- improve pagination response types (94cc040)
- tests: support specifying
SKIP_MOCK_TESTS=true
(aecbb88) - use latest Java LTS to build SDK (5d6c656)
- use latest Java LTS to build SDK (5d6c656)