Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.61 KB

RELEASE.md

File metadata and controls

49 lines (34 loc) · 1.61 KB

Release Notes for Stampede 1.0.0

Changes

  • Support MySQL as backend

Bugs Fixed

Release Notes for Stampede 1.0.0-beta3

Changes

Bugs Fixed

  • Stampede use wrong format for dates before year 1 using PostgreSQL's COPY.
  • Stampede give an internal error when MongoDB password is not found and authentication is enabled.

Release Notes for Stampede 1.0.0-beta2

Changes

  • Add support for MongoDB 3.4
    • Deal with MongoDB views
    • Support BSON Type Decimal128
  • Support Sharding Replication. ToroDB Stampede can replicate from N shards into the same ToroDB database.
    • Adjust Guice to provide a better way to inject different metrics and loggers
    • Adapt metrics and logging so each shard has their own values
    • Adapt the Data Import Mode to the sharding model
  • Stampede Packaging
    • RPM package
    • DEB package
    • Snap package
  • Allow SSL connection to the backend (PostgreSQL)
  • Add FlexyPool to ToroDB
  • Integration Tests
  • Support all BSON types
  • Deal with system collections
  • Unify logging system and improve error messages
  • Calibrate maximum threads using also connection pool size
  • Review and test Windows/Mac installation/configuration documentation
  • Improve ToroDB Parameter configuration

Bugs Fixed

  • Stampede did not support documents whose '_id' is a container (object or array)