Skip to content

3.0.0

Compare
Choose a tag to compare
@oschwald oschwald released this 11 Apr 14:45
  • The userId constructor parameter for WebServiceClient was renamed to
    accountId and support was added for the error codes ACCOUNT_ID_REQUIRED
    and ACCOUNT_ID_UNKNOWN.
  • The exception classes are no longer serializable when using the .NET
    Framework. This eliminates a difference between the .NET Framework
    assemblies and the .NET Standard ones.
  • The AutonomousSystemNumber properties on MaxMind.GeoIP2.Model.Traits,
    MaxMind.GeoIP2.Responses.AsnResponse, and
    MaxMind.GeoIP2.Responses.IspResponse are now long? to match the underlying
    types in the databases.
  • MaxMind.Db was upgraded to 2.4.0. This adds a new file mode enum value for
    the database reader, FileAccessMode.MemoryMappedGlobal. When used, this will
    open the file in global memory map mode. This requires the "create global
    objects" right.