Skip to content

Releases: fxfactorial/ocaml-maxminddb

Integrate with Garbage Collector

14 Sep 01:42
Compare
Choose a tag to compare

Feature:

Make mmdb handle a first class citizen thereby eliminating tedious close functions

Bug fixes:
C memory leaks.

Major bug fixes on C Side

05 Sep 00:31
Compare
Choose a tag to compare

Fix memory leaks, incorrect holding of OCaml pointers and most importantly how UTF-8 Strings are handled.

High Level Functionality

02 Sep 08:28
Compare
Choose a tag to compare

This release adds many more helper functions for queries with sensitivity to language. Also fixes big mistakes on the C side of the bindings.

Polymorphic variants! Ints, floats, bools and strings.y

29 Aug 02:51
Compare
Choose a tag to compare

Change in return value, instead of string providing appropriate type wrapped in a poly variant.

Working version

27 Aug 07:18
Compare
Choose a tag to compare

Much safer on the C side and able to query any key in the database.

Initial Release

25 Aug 16:07
Compare
Choose a tag to compare

First cut.