maxmind-db-rust 0.6.0-aarch64-linux → 0.7.0-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d39c472a8c1498e195ef2749b761daea6509d54ab00fdbcdb0f592e142e787d
|
|
4
|
+
data.tar.gz: 8cac9b3c6dd1487c54a3bef44e813d119ee34edadc4e45f88f85546fa811476a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f470c3cbaa3e5ec016dff17532ea0689037ba2ccf7b382b589cfe58cb45eb35bffaacd8db124ed351e5727fb62c314dfdc875aab3dc089b715d80d733a71703
|
|
7
|
+
data.tar.gz: f0faf9fbffc4b0a4863f42da3bebc0eabb1f4508959f286b62e50f7750aac4eba1f247099f6849d45d2f2530711bf225f0fc5c09866b7e8d2f2d824e9786f21a
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.7.0] - 2026-09-12
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Upgraded the `maxminddb` crate from 0.30.0 to 0.32.0, adding resource
|
|
13
|
+
limits for decoding and verification of malformed databases, fixing
|
|
14
|
+
overflowing extended data types, and improving record decoding, search-tree
|
|
15
|
+
lookups, and selective path lookups.
|
|
16
|
+
- Databases that exceed the new decoding or verification limits now raise
|
|
17
|
+
`InvalidDatabaseError`, including databases that previously decoded successfully.
|
|
18
|
+
- Updated Rust and Ruby dependencies.
|
|
19
|
+
- Updated the MaxMind-DB test submodule and added coverage for the new resource
|
|
20
|
+
limits and expanded malformed database corpus.
|
|
21
|
+
|
|
8
22
|
## [0.6.0] - 2026-07-19
|
|
9
23
|
|
|
10
24
|
### Added
|
|
@@ -215,6 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
215
229
|
- MODE_FILE support (use MODE_MMAP instead)
|
|
216
230
|
- File descriptor support in constructor
|
|
217
231
|
|
|
232
|
+
[0.7.0]: https://github.com/oschwald/maxmind-db-rust-ruby/compare/v0.6.0...v0.7.0
|
|
218
233
|
[0.6.0]: https://github.com/oschwald/maxmind-db-rust-ruby/compare/v0.5.0...v0.6.0
|
|
219
234
|
[0.5.0]: https://github.com/oschwald/maxmind-db-rust-ruby/compare/v0.4.0...v0.5.0
|
|
220
235
|
[0.4.0]: https://github.com/oschwald/maxmind-db-rust-ruby/compare/v0.3.0...v0.4.0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maxmind-db-rust
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Gregory Oschwald
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|