- This module now targets Go 1.26+.
- Updated
github.com/oschwald/maxminddb-golang/v2tov2.6.0, including
denial-of-service fixes and performance improvements. Regenerated model
decoders now reject duplicate recognized fields with anInvalidDatabaseError. - Added
maxsizelimits to strings and subdivision arrays in database models,
plus a size limit for the custom date decoder. Values exceeding these limits
now return anInvalidDatabaseError.