All notable changes to atlas
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Authenticator by @jenky in #30
- Minor generics improvements
- Deprecate
BearerAuthentication
andBasicAuthentication
in favor of Authenticator
Full Changelog: https://github.com/phanxipang/fansipan/compare/1.1.0...1.2.0
Full Changelog: https://github.com/phanxipang/fansipan/compare/1.0.2...1.1.0
- Make
GenericConnector
PSR-18 client.
Full Changelog: https://github.com/phanxipang/fansipan/compare/1.0.1...1.0.2
- Quickly configure middleware by @jenky in #27
Full Changelog: https://github.com/phanxipang/fansipan/compare/1.0.0...1.0.1
This release does not contain any changes but mark the project as stable. While this project becomes stable, Mist start its journey in alpha stage.
Full Changelog: https://github.com/phanxipang/fansipan/compare/0.8.1...1.0.0
- Handle undecodable responses gracefully by @jenky in #25
- Fixes generics
Full Changelog: https://github.com/phanxipang/fansipan/compare/0.8.0...0.8.1
This release can be considered as 1.0-RC1
since there will be no changes to the public API.
- Refactor decoder by @jenky in #24
Full Changelog: https://github.com/phanxipang/fansipan/compare/0.7.0...0.8.0
- @jdecode made their first contribution in #20
Full Changelog: https://github.com/phanxipang/fansipan/compare/0.6.0...0.7.0
- Move to organization by @jenky in #19
Full Changelog: https://github.com/phanxipang/fansipan/compare/0.5.2...0.6.0
- Default
RequestException
- Use global functions by @jenky in #17
RequestAwareException
now replace byRequestException
Full Changelog: https://github.com/jenky/atlas/compare/0.5.1...0.5.2
- Exception refactor
- Minor changes
Full Changelog: https://github.com/jenky/atlas/compare/0.5.0...0.5.1
- Better way to create payload by @jenky in #14
- Use static function
baseUri
by @jenky in #15 - Support request protocol version by @jenky in #16
- Refactor exceptions
- Add ability to set request protocol version and method
- Minor improvements
Full Changelog: https://github.com/jenky/atlas/compare/0.4.0...0.5.0
Full Changelog: https://github.com/jenky/atlas/compare/0.3.0...0.4.0
- Follow redirects by @jenky in #11
- Remove
retry
method in favor ofRetryableConnector
for better DX
- Improve test cases performance by using mock client
Full Changelog: https://github.com/jenky/atlas/compare/0.2.0...0.3.0
- Improve multi-part requests by @jenky in #10
Full Changelog: https://github.com/jenky/atlas/compare/0.1.0...0.2.0
Initial release