Skip to content

Releases: juxt/joplin

v0.2.7

23 Mar 09:44
Compare
Choose a tag to compare

New features

  • Vastly improved examples

Minor changes

  • Elasticsearch; native client support for migrating data

v0.2.6

23 Mar 09:48
Compare
Choose a tag to compare

Minor changes

  • Elasticsearch; support for multiple migration indicies

v0.2.5

23 Mar 09:48
Compare
Choose a tag to compare

Minor changes

  • Elasticsearch; expose index from config
  • joplin.cassandra/cassaforte 2.0.0

v0.2.3

23 Mar 09:48
Compare
Choose a tag to compare

Breaking changes

joplin.elasticsearch

update-index now updates the index mappings and settings in place. There are many caveats to what you can change in place in ES. For things that you can't change, clone-index has been changed to behave like the old update-index did - that is, it creates a new index, copies over all settings and mappings (with optional deltas that you can supply) and points the alias at the newly created index.

Main joplin project no longer depends on all the plugins (too many classpath conflicts)

New features

  • New plugin joplin.hive using Avro

Minor changes

  • joplin.elasticsearch/elastisch 2.1.0-rc1
  • joplin.cassandra/cassaforte 2.0.0-rc4
  • joplin.datomic/datmoic 0.9.5078
  • back on ragtime/ragtime 0.3.8
  • joplin.elasticsearch/migrate-data now uses bulk index

v0.2.2

23 Mar 09:49
Compare
Choose a tag to compare

Fixes

  • Fixed bug in joplin.cassandra for down migrations

Minor changes

  • joplin.core/do-rollback accepts the 'N' parameter in both integer (when called from code) and string (when called fron lein)

v0.2.1

23 Mar 09:49
Compare
Choose a tag to compare

Fixes

  • reset did not rollback before migrating

v0.2.0

23 Mar 09:49
Compare
Choose a tag to compare

Breaking changes

Minor changes