This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
Releases: bobthecow/genghis
Releases · bobthecow/genghis
Genghis v2.3.10
Genghis v2.3.9
- 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
withMongoClient
).
Genghis v2.3.8
- 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
- Fix #126 — Resolve bug editing non-ObjectId
_id
in Ruby 1.8.7.
Genghis v2.3.6
- 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
- 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
- Fix #100 — Work around backwards compatibility break in
mongo
gem 1.8.4 (Ruby backend).