Guacamole v0.4.0 Release Notes

Release Date: 2014-12-18 // over 9 years ago
  • ๐Ÿšš 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

Previous changes from v0.3.0

  • 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