Skip to content

Latest commit

 

History

History
175 lines (96 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

175 lines (96 loc) · 3.99 KB

Changelog

All notable changes to atlas will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

1.0.2 - 2024-03-05

What's Changed

Added

  • Make GenericConnector PSR-18 client.

Full Changelog: https://github.com/phanxipang/fansipan/compare/1.0.1...1.0.2

1.0.1 - 2024-02-21

What's Changed

Added

  • Quickly configure middleware by @jenky in #27

Full Changelog: https://github.com/phanxipang/fansipan/compare/1.0.0...1.0.1

1.0.0 - 2024-02-02

What's Changed

v1.0.0 stable release.

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

0.8.1 - 2024-01-05

What's Changed

Fixed

  • Handle undecodable responses gracefully by @jenky in #25
  • Fixes generics

Full Changelog: https://github.com/phanxipang/fansipan/compare/0.8.0...0.8.1

0.8.0 - 2024-01-05

What's Changed

This release can be considered as 1.0-RC1 since there will be no changes to the public API.

Added

  • Refactor decoder by @jenky in #24

Full Changelog: https://github.com/phanxipang/fansipan/compare/0.7.0...0.8.0

0.7.0 - 2023-12-31

What's Changed

Fixed

  • Missing code by @jdecode in #20
  • Update doc by @jenky in #22
  • Refactor configurator by @jenky in #23

New Contributors

  • @jdecode made their first contribution in #20

Full Changelog: https://github.com/phanxipang/fansipan/compare/0.6.0...0.7.0

0.6.0 - 2023-10-27

What's Changed

  • Move to organization by @jenky in #19

Full Changelog: https://github.com/phanxipang/fansipan/compare/0.5.2...0.6.0

0.5.2 - 2023-09-18

Added

  • Default RequestException

Fixed

  • Use global functions by @jenky in #17

Removed

  • RequestAwareException now replace by RequestException

Full Changelog: https://github.com/jenky/atlas/compare/0.5.1...0.5.2

0.5.1 - 2023-08-21

Fixed

  • Exception refactor
  • Minor changes

Full Changelog: https://github.com/jenky/atlas/compare/0.5.0...0.5.1

0.5.0 - 2023-07-13

Added

  • 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

0.4.0 - 2023-06-21

What's Changed

Added

  • Connector configurator by @jenky in #12
  • Authentication middleware by @jenky in #13

Full Changelog: https://github.com/jenky/atlas/compare/0.3.0...0.4.0

0.3.0 - 2023-06-16

Added

  • Follow redirects by @jenky in #11

Deprecated

  • Remove retry method in favor of RetryableConnector for better DX

Fixed

  • Improve test cases performance by using mock client

Full Changelog: https://github.com/jenky/atlas/compare/0.2.0...0.3.0

0.2.0 - 2023-05-06

Fixed

  • Improve multi-part requests by @jenky in #10

Full Changelog: https://github.com/jenky/atlas/compare/0.1.0...0.2.0

0.1.0 - 2023-05-05

Initial release