Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.38 KB

Changelog

v0.1.0

Changes

  • Make it compatible with latest version of ecto (Thanks Tomoka64)

v0.0.5

Bugfixes

  • [Cassandrax.Connection] Fixed >= and <= operators, which were backwards in the final query

v0.0.4

Documentation

  • Added examples using where/2 and get/2 with multiple filters

Bugfixes

  • [Cassandrax.Keyspace] Allow passing multiple filters in one where clause
  • [Cassandrax.Query.Builder] Allow passing variables in queries (Thanks rafbgarcia)

Tests

  • [Cassandrax.Keyspace] Improved readability by removing module attrs holding fixtures

v0.0.3

Documentation

  • Improved README documentation and examples

Bugfixes

  • [Cassandrax.Keyspace] Fixed reads and batches not using default configs

v0.0.2

Documentation

  • Improved root level documentation (Thanks @dogatunkay)
  • Still missing module-specific pages for more details

Bugfixes

  • [Cassandrax.Connection] Fixed support to multi-cluster setup
  • [Cassandrax.Keyspace] Fixed warning of callback not being implemented
  • [Cassandrax.KeyspaceTest] Fixed tests failing due to invalid CQL (Thanks @dogatunkay)

v0.0.1

  • Initial release