Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Releases: bobthecow/genghis

Genghis v2.3.10

10 Dec 20:25
Compare
Choose a tag to compare
  • Work around rack-protection's misguided path decoding.

Genghis v2.3.9

10 Dec 19:10
Compare
Choose a tag to compare
  • Fix #135 — error when entering a new Date() value in a document.
  • Fix (future) backwards compatibility breaks in the PHP Mongo driver (using 'safe' => true with MongoClient).

Genghis v2.3.8

13 Aug 05:16
Compare
Choose a tag to compare
  • Fix #130 — Resolve bug creating or editing ISODate instances with years between 1 and 99.
  • Improve time rendering, prevent microsecond truncation.

Genghis v2.3.7

29 Jul 20:42
Compare
Choose a tag to compare
  • Fix #126 — Resolve bug editing non-ObjectId _id in Ruby 1.8.7.

Genghis v2.3.6

26 Jul 17:35
Compare
Choose a tag to compare
  • Fix "unable to connect" errors for some driver versions (PHP backend) — Thanks @redexp.
  • Fix #117 — Update JSON gem dependency (Ruby backend).
  • Fix #112 — Add support for Sinatra v1.4.0 (Ruby backend).
  • Support latest Mongo driver version (Ruby backend).
  • Update to latest Bootstrap, CodeMirror, Esprima, Hogan.js, jQuery, Mousetrap and tablesorter vendor libraries.

Genghis v2.3.5

26 Jul 17:43
Compare
Choose a tag to compare
  • Improve "remove server" button and confirmation dialog to clarify that this removes settings but not data.
  • Expose server error when adding duplicate collection (or GridFS collection) names.
  • Fix #108 — Don't add servers with malformed (or empty) DSNs.

Genghis v2.3.4

26 Jul 18:09
Compare
Choose a tag to compare
  • Fix #100 — Work around backwards compatibility break in mongo gem 1.8.4 (Ruby backend).