Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 865 Bytes

CHANGELOG.md

File metadata and controls

23 lines (19 loc) · 865 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - 2022-09-14

  • Added python-datamodel as dependency for build Dataclasses.
  • replaced rapidjson with orjson.
  • fix some issues in publish-to-pypi GH.
  • Deprecating some old classes as AsyncORM.
  • MS SQL Server: add method "exec" to calling Stored Functions with optional auto-pagination.
  • WiP: Added Hazelcast Driver.
  • Added JDBC Driver.
  • Tested InfluxDB driver.
  • aioSQLite Driver with Model Support.
  • WiP: Oracle Driver (using newer oracledb connector).
  • Working Cassandra Driver.

[1.7.18] - 2021-10-20

  • First stable version with support to Python +3.8
  • Fixing issues over pyproject.toml