Skip to content

Releases: NiceAesth/aiordr

v0.3.0

23 Mar 18:32
Compare
Choose a tag to compare

What's Changed

  • chore: remove deprecated close() function (use aclose() instead)
  • feat: add new errorcodes by @NiceAesth in #41

Full Changelog: v0.2.2...v0.3.0

v0.2.2

09 Feb 17:52
Compare
Choose a tag to compare

Breaking changes

  • Client.close() method is now deprecated with a warning. Use aclose() instead. Will be removed on 2024-03-01

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Feb 16:32
Compare
Choose a tag to compare

What's Changed

  • chore: add missing error codes
  • (0.2.0): update WS url

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Feb 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

19 Jul 00:02
Compare
Choose a tag to compare

Hotfix release, made model_validate_file a classmethod

v0.1.0 Changelog

Breaking changes

  • Updated the library to use Pydantic v2
  • The dict method has been renamed to model_dump
  • The json method has been renamed to model_dump_json
  • The parse_obj method has been renamed to model_validate
  • The parse_raw method has been renamed to model_validate_json
  • The parse_file method has been renamed to model_validate_file

What's Changed

  • Updated endpoint for server information

New Contributors

Full Changelog: v0.0.5...v0.1.0

v0.1.0

18 Jul 23:35
Compare
Choose a tag to compare

Breaking changes

  • Updated the library to use Pydantic v2
  • The dict method has been renamed to model_dump
  • The json method has been renamed to model_dump_json
  • The parse_obj method has been renamed to model_validate
  • The parse_raw method has been renamed to model_validate_json
  • The parse_file method has been renamed to model_validate_file

What's Changed

  • Updated endpoint for server information

New Contributors

Full Changelog: v0.0.5...v0.1.0

v0.0.5

05 Mar 15:00
Compare
Choose a tag to compare
v0.0.5

v0.0.4

26 Feb 22:39
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

v0.0.3

26 Feb 14:57
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

v0.0.2

26 Feb 13:47
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2