2.0.0-beta.5
Pre-release
Pre-release
2.0.0-beta.5
- Added
Offset()
method toDecoder
to get the current database offset. This
enables custom unmarshalers to implement caching for improved performance when
loading databases with duplicate data structures. - Fixed infinite recursion in pointer-to-pointer data structures, which are
invalid per the MaxMind DB specification.