Releases: NiceAesth/aiordr
Releases · NiceAesth/aiordr
v0.3.0
What's Changed
- chore: remove deprecated
close()
function (useaclose()
instead) - feat: add new errorcodes by @NiceAesth in #41
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Breaking changes
Client.close()
method is now deprecated with a warning. Useaclose()
instead. Will be removed on 2024-03-01
What's Changed
- feat: rename
close()
toaclose()
by @NiceAesth in #34
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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
v0.1.1
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 tomodel_dump
- The
json
method has been renamed tomodel_dump_json
- The
parse_obj
method has been renamed tomodel_validate
- The
parse_raw
method has been renamed tomodel_validate_json
- The
parse_file
method has been renamed tomodel_validate_file
What's Changed
- Updated endpoint for server information
New Contributors
Full Changelog: v0.0.5...v0.1.0
v0.1.0
Breaking changes
- Updated the library to use
Pydantic v2
- The
dict
method has been renamed tomodel_dump
- The
json
method has been renamed tomodel_dump_json
- The
parse_obj
method has been renamed tomodel_validate
- The
parse_raw
method has been renamed tomodel_validate_json
- The
parse_file
method has been renamed tomodel_validate_file
What's Changed
- Updated endpoint for server information
New Contributors
Full Changelog: v0.0.5...v0.1.0
v0.0.5
v0.0.5
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2