maxmind-db-rust 0.6.0-x86_64-linux → 0.7.0-x86_64-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: 9a5acfd1e34141f95708f52bc8ded3d7c7a66f3e265de27f5f6622cc54937dfd
4
- data.tar.gz: 57eed3dd6edfc9ecfc9fa460ec6bcc9de1d84d74cf9a40e02539bc37a24548bd
3
+ metadata.gz: 8ae049c72fb13a36bf088c0b129a71fe4cb788efdf712627ee531524d73d9bb5
4
+ data.tar.gz: 92c8a7d1d93d2c4ece10a5aa37f112c52661231309307b02faf16aaf577e1936
5
5
  SHA512:
6
- metadata.gz: e9081ef975be35d614db2ba467ace5729f2c0467bc5bac354d2e50d64526f7cfb48c87f152f1dbeea3eb4c816cfc97b5b5dedd5b0cbd7882b41367690df62611
7
- data.tar.gz: fbf97ed0b4805005989354dcb972df5ffb59bb14f455273eec2e491746a4b074a0eebff7a00a456ffc67a7c11957e9ed5cecdca4fd5d5a10d7c7339f228d0300
6
+ metadata.gz: 1ab0bbd100c6c4c53daeb9bd996d370b1f79b8a198af799ce98bc9dae5dab21065d884ae1746907261617694ec110a0d45f8d0ba70f3d03bc1cd266211a88bd5
7
+ data.tar.gz: a7b321595c3c55291b81fd64ac17694e9b813a1d4007f38b345996a75afd88e5c37a899ade81cd049f0ff9156704f7cb205e9fc9e7f6f506a6d4b4c74d3aa26a
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.6.0
4
+ version: 0.7.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Gregory Oschwald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-19 00:00:00.000000000 Z
11
+ date: 2026-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest