All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1292 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v8.1.4 Changes
August 17, 2017🛠Fixed
- 👀 Make sure that we handle the state of the SchemaMigration correctly when we get failures in non-transactional migrations (see #1383 / thanks @leviwilson and @ProGM)
-
v8.1.3 Changes
June 29, 2017🛠Fixed
- 👀
ActiveRel
.first
/.last
aren't dependable for ordering in Neo4j enterprise, so fixed test (be aware that using.first
/.last
are not recommended inActiveRel
) (see #1396 / thanks @klobuczek) - 👀 Labels for models are now returned alphabetically (see #1396 / thanks @klobuczek)
- 👀 JSON serialization is fixed for
String
and objects in general which respond toto_json
(see #1397 / thanks @leviwilson)
- 👀
-
v8.1.2 Changes
June 20, 2017🛠Fixed
- 👀 Populates relationship with with already retrieved node (see #1393 / thanks @klobuczek)
-
v8.1.1 Changes
June 15, 2017âž• Added
- Comment to the top of the
schema.yml
file to help explain it's presence
- Comment to the top of the
-
v8.1.0 Changes
June 07, 2017🛠Fixed
- Issue where
neo4j:schema:load
rake task would set schema migration properties asversion
rather thanmigration_id
- Issue where
-
v8.0.18 Changes
June 04, 2017🛠Fixed
- 👀 Migration name when generating a model shouldn't be the same as the model (see #1387 / thanks @thefliik and @apotonick)
-
v8.0.17 Changes
May 03, 2017🛠Fixed
- 🔒 Don't lock out Rails 5.1 in
gemspec
- 🔒 Don't lock out Rails 5.1 in
-
v8.0.16 Changes
May 01, 2017🛠Fixed
- 🔒 Don't lock out Rails 5.1 in
gemspec
- 🔒 Don't lock out Rails 5.1 in
-
v8.0.15 Changes
April 24, 2017🛠Fixed
- Error message for getting distinct on count was not clear
-
v8.0.14 Changes
April 15, 2017🛠Fixed
- 🚚 Simple change to description in gemspec file to remove "Ruby on Rails" and "Rack" as the gem can be use in any Ruby-based script / application