All Versions
5
Latest Version
Avg Release Cycle
101 days
Latest Release
3410 days ago

Changelog History

  • v0.4.0 Changes

    December 18, 2014

    ๐Ÿšš This release focus on the graph integration of ArangoDB 2.2. We implemented relations on top of graphs. The old implementation for relations has been removed. If you still need it don't just upgrade.

    Notable changes are:

    • Implement relations with a graph (#83)
    • โž• Added section about design to GOALS.md
    • 0๏ธโƒฃ AQL Support is default now (#91)
    • ๐Ÿ›  Typo fixes in the README (@badboy, @ifraixedes, @solnic @timoschilling)
    • Internal changes
      • Relations based on foreign keys have been removed
  • v0.3.0 Changes

    July 01, 2014

    Codename: Spread your Wings

    ๐Ÿš€ This release improved the configurability of Guacamole, updated Ashikawa::Core, enhanced the README and added callbacks.

    Notable changes are:

    • Implemented external callbacks
    • Added support for DATABASE_URL
    • Parse guacamole.yml with ERB
    • Updated Ashikawa::Core to 0.12.0
    • Improved README
    • Fixed generators with test_unit
    • Internal changes
      • Removed debugger in favor of pry
      • Removed devtools
  • v0.2.0 Changes

    May 12, 2014

    ๐Ÿš€ This is a quick follow up release to fix some bugs and to introduce some experimental AQL support to get people better started with Guacamole and ArangoDB.

    Notable changes are:

    • ๐Ÿ‘Œ Improvements to the README (thanks to @janpieper, @tisba, @ujjwalt)
    • ๐Ÿ›  Fix the loading of ActiveSupport (#57, #59)
    • โšก๏ธ Updated to Ashikawa::Core 0.11.0 (#60)
    • Automatically add app/collections to the autoload path (#52)
    • ๐Ÿ— Build against Ruby 2.1.2 (#56)
    • โž• Add an experimental support for AQL (#51)

    Note : As of today release name will be taken from Blind Guardian song titles \m/

  • v0.1.0 Changes

    May 08, 2014

    Codename: The Dawn

    ๐Ÿš€ This is the very first release of Guacamole. Please be aware that is alpha software and we don't recommend it to be used in production systems. It is meant to be used in prototypes to help people getting started with ArangoDB in the context of a Rails application. We love to hear about your feedback and impressions on this project.

    ๐Ÿš€ The main features we added in this release:

    • Added an Identity Map
    • Added lazy associations
    • Fixed hamster dependency
    • Added database related rake tasks
    • Added basic Rails generators
    • Significant improvements to the README, including a getting started guide
    • Using the latest Ashikawa::Core version
    • Some internal improvement to optimize the development process
  • v0.0.1 Changes

    November 09, 2013

    ๐Ÿš€ Merely a release but a proof of concept.