Releases: DenuxPlays/ip-api4rs
Releases · DenuxPlays/ip-api4rs
Release v3.0.0 | Breaking dependency updates
What's Changed
- Update reqwest to v0.12 and thiserror to v2 by @DenuxPlays in #102
Full Changelog: v2.0.4...v3.0.0
Release v2.0.4 - removed async-traits
- Bumbed msrv to
1.75.0
- removed async-traits (as the compiler now supports impl in traits.)
- updated crates
What's Changed
- Bump thiserror from 1.0.50 to 1.0.51 by @dependabot in #23
- Bump reqwest from 0.11.22 to 0.11.23 by @dependabot in #24
- Bump tokio from 1.35.0 to 1.35.1 by @dependabot in #25
- Bump async-trait from 0.1.74 to 0.1.75 by @dependabot in #26
- Bump thiserror from 1.0.51 to 1.0.52 by @dependabot in #27
- V2.0.4 by @DenuxPlays in #28
Full Changelog: v2.0.3...v2.0.4
Release v2.0.3 - fixed compiling without blocking feature
What's Changed
- Bump serde-aux from 4.2.0 to 4.3.1 by @dependabot in #19
- Bump tokio from 1.34.0 to 1.35.0 by @dependabot in #20
- fixed building without blocking feature by @DenuxPlays in #21
- v2.0.3 preparation by @DenuxPlays in #22
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: v2.0.2...v2.0.3
Release v2.0.2 - replaced `openssl` with `rustls`
What's Changed
- replaced openssl with rustls by @DenuxPlays in #17
- v2.0.2 preparation by @DenuxPlays in #18
Full Changelog: v2.0.1...v2.0.2
Release v2.0.1 - fixed `docs.rs` build
Release v2.0.0 - Blocking API & enhancements
Features
- added blocking API (#9)
Breaking
- client now wants
&str
instead of&String
- renamed
as_number
toasn
(#12)
Other enhancements
- moved/updated tests (#14)
What's Changed
- Introduce issue templates by @DenuxPlays in #7
- Create PULL_REQUEST_TEMPLATE.md.md by @DenuxPlays in #10
- Version 2.0.0. by @DenuxPlays in #13
Full Changelog: v1.0.0...v2.0.0
Release v1.0.0 - Better error messages, documentation and more
What's Changed
- Improved Readme and Documentation by @DenuxPlays in #1
- Update README.md by @DenuxPlays in #3
- Implemented errors by @DenuxPlays in #2
- Cleaned up `Cargo.toml by @DenuxPlays in #4
- v1 preps by @DenuxPlays in #5
New Contributors
- @DenuxPlays made their first contribution in #1
Full Changelog: v0.1.0...v1.0.0
Version 0.1.0 | The start
v0.1.0 pruned unused dependencies