Skip to content

Latest commit

 

History

History
225 lines (95 loc) · 9.88 KB

CHANGELOG.md

File metadata and controls

225 lines (95 loc) · 9.88 KB

7.0.0 (2024-11-14)

  • feat!: add token intents, enrichments api, 3ds changes and more (#85) (7b6c136), closes #85

BREAKING CHANGES

  • Can't pass Data to NewCreateTokenRequest call anymore, Data must be set using request.SetData

6.1.0 (2024-10-17)

Features

  • add updates to reactors, tenants, 3ds, tokens (#83) (0480d0d)

6.0.0 (2024-09-04)

  • fix!: Update spec to use string instead of enum for ProxyResponseTransform attributes (#82) (351a82d), closes #82

BREAKING CHANGES

  • Changes the ProxyTransform type and matcher attributes to string types

5.2.0 (2024-08-19)

Features

5.1.1 (2024-03-26)

Bug Fixes

5.1.0 (2024-03-26)

Features

  • adds 3DS and application keys endpoints (#79) (840ac62)

5.0.0 (2024-02-13)

  • feat!: removing transactions (#77) (2f63569), closes #77

BREAKING CHANGES

  • removing transactions

4.0.0 (2024-01-16)

  • feat!: support logs cursor pagination (#75) (5556740), closes #75

BREAKING CHANGES

  • logs api changed from using offset pagination to cursor pagination

3.13.0 (2023-10-11)

Features

  • remove MATs, add code to reactors, deprecate formulas (#74) (09135a5)

3.12.0 (2023-08-29)

Features

  • adds bin details and removes token associations (#73) (e3f9640)

3.11.1 (2023-06-29)

Bug Fixes

3.11.0 (2023-06-22)

Features

  • adding transactions and fixing HasData issue (#70) (b53588b)

3.10.0 (2023-01-13)

Features

  • supporting sessions and removing support for expiring apps (#61) (c27f542)

3.9.0 (2022-11-30)

Features

3.8.1 (2022-11-21)

Bug Fixes

  • Pinning open api generator to v6.2.1 (#58) (3536790)

3.8.0 (2022-11-17)

Features

  • add support for expiring application types (#57) (273c10a)

3.7.0 (2022-10-18)

Features

  • adds support for access rules and token containers (#53) (cc73b75)

3.6.0 (2022-08-10)

Features

  • update app types and add tokens container field (#51) (8869091)

3.5.0 (2022-08-01)

Features

  • add token expires_at, validations, updated models (#45) (28b2b79)

3.4.0 (2022-07-21)

Features

3.3.1 (2022-06-30)

Code Refactoring

  • remove atomic react methods, fix required params (#43) (a4eef9c)

BREAKING CHANGES

  • remove react methods from atomic banks and cards clients

3.3.0 (2022-06-30)

Features

  • add id to create token request and return id string on responses (#42) (7d3d581)

3.2.0 (2022-06-18)

Features

  • adds PATCH on tokens and mask property (#41) (03a2abe)

3.1.0 (2022-06-14)

Features

  • adds deduplicate_token on Tokens. adds settings on Tenants (#40) (ec1b574)

3.0.0 (2022-06-10)

  • feat!: adds Tokens, Tokenize, Logs, Permissions, and other endpoints (#38) (f79df19), closes #38

BREAKING CHANGES

  • updates CRUD function names for cleaner interface

2.0.1 (2022-06-03)

Bug Fixes

2.0.0 (2022-06-03)

  • feat!: adds Proxy resource, and Application on Reactor (#35) (5d0f021), closes #35

BREAKING CHANGES

  • updates API, function, and model names to match new swagger spec

1.1.0 (2022-04-15)

Features

  • removes return model from reactor-formula delete (#33) (fca0c77)

1.0.0 (2022-04-14)

Features