Skip to content

v0.1.3

Latest

Choose a tag to compare

@devfabiosilva devfabiosilva released this 20 Dec 19:54

Changelog

WITSML 2.1 to BSON parser changelogs

0.1.3 - 2025-12-20

  • Update BSON version (MONGO C DRIVER) 1.27.1 -> 2.2.1 ✔️
  • BUG FIX: Implement correct memory cleanup (recycled) of previous parsed WITSML 2.1 object in cws_internal_soap_recycle() ✔️
  • Update Java bson org.mongodb dependency version to 5.6.2 ✔️

0.1.2 - 2024-05-23

  • Fixing readTextFree bug ✔️
  • Add C Test: double free test in readTextFree ✔️
  • Update Mongo C library 1.24.3 -> 1.27.1 ✔️

0.1.1 - 2023-09-23

  • Add Python 3 module (>= 3.8) 🐍✔️
  • Add Node JS (>= v16.20.2) addon ✔️
  • Add PGP public key for signature verification ✔️
  • Add C tests (in progress) ⏰🧪👀

0.1.0 - 2023-09-03

  • Inicial release of WITSML 2.1 to BSON parser ✔️

master - current