Skip to content

Latest commit

Β 

History

History
176 lines (152 loc) Β· 13.2 KB

CHANGELOG.md

File metadata and controls

176 lines (152 loc) Β· 13.2 KB

Changelog

v0.0.6 (2022-02-10)

New Features πŸŽ‰

Fixed Bugs πŸ›

Enhancements πŸ› 

  • Add buildEnvironment and debug to buildInfo command by @GinGin3203 in FerretDB#218
  • Add helper for checking for unimplemented fields by @AlekSi in FerretDB#267
  • Ignore authorizedXXX parameters for now by @AlekSi in FerretDB#311

Documentation πŸ“„

  • Update documentation about fjson package by @AlekSi in FerretDB#262
  • Update tutorial ,add depends_on in docker-compose by @muyouming in FerretDB#275

Other Changes πŸ€–

New Contributors

All closed issues and pull requests. All commits.

v0.0.5 (2022-01-04)

New Features πŸŽ‰

Fixed Bugs πŸ›

  • Accept $ and . in object field names by @AlekSi in FerretDB#127
  • Make checkConnection less strict for common UTF8 localizations by @klokar in FerretDB#135
  • Wait for PostgreSQL on make env-up by @agneum in FerretDB#149
  • Fix build info parsing by @AlekSi in FerretDB#205
  • Fix GetLog & add missed test for it by @ekalinin in FerretDB#211

Enhancements πŸ› 

  • Return version in serverStatus command by @AlekSi in FerretDB#121
  • Improve output of buildInfo command by @GinGin3203 in FerretDB#204

Documentation πŸ“„

  • CONTRIBUTING.md: fix typo & add clonning section by @ekalinin in FerretDB#114
  • CONTRIBUTING.md: fix "/user/.../" -> "/usr/.../" by @GinGin3203 in FerretDB#137
  • Add community links by @AlekSi in FerretDB#180

Other Changes πŸ€–

  • Add convention for Decimal128 by @AlekSi in FerretDB#103
  • Bump github.com/jackc/pgx/v4 from 4.14.0 to 4.14.1 by @dependabot in FerretDB#99
  • Build multi-arch Docker images by @AlekSi in FerretDB#107
  • Verify modules on make init by @AlekSi in FerretDB#123
  • Enable go-consistent linter by @AlekSi in FerretDB#124
  • Use composite GitHub Action for Go setup. (#122) by @klokar in FerretDB#126
  • Use shared setup-go action by @AlekSi in FerretDB#131
  • Add an option to use read-only user in tests by @AlekSi in FerretDB#132
  • Refactor handler tests by @AlekSi in FerretDB#136
  • Bump MongoDB and test_db versions by @AlekSi in FerretDB#139
  • Remove old hack by @AlekSi in FerretDB#144
  • Enable goheader linter by @AlekSi in FerretDB#145
  • Cleanups and fixes by @AlekSi in FerretDB#146
  • Use any instead of interface{} by @AlekSi in FerretDB#147
  • Tweak storage by @AlekSi in FerretDB#148
  • Add helpers for accessing objects by paths by @AlekSi in FerretDB#140
  • Bump mvdan.cc/gofumpt from 0.2.0 to 0.2.1 in /tools by @dependabot in FerretDB#186
  • Add and use schema and table helpers by @AlekSi in FerretDB#191
  • Refactor / cleanup tests by @AlekSi in FerretDB#192
  • Add missed test for buildInfo command by @ekalinin in FerretDB#187
  • Refactor slice / types.Array type by @AlekSi in FerretDB#202
  • Bump golang.org/x/text from 0.3.6 to 0.3.7 by @dependabot in FerretDB#208
  • Setup changelog generation by @ekalinin in FerretDB#209
  • Build containers for branches as well by @pboros in FerretDB#213
  • Container builds for PRs and tags by @pboros in FerretDB#215
  • Use our own action for extracting Docker tag by @AlekSi in FerretDB#219

New Contributors

All closed issues and pull requests. All commits.

v0.0.4 (2021-12-01)

  • A new name! (see here)
  • Added support for databases sizes in listDatabases command (#61, thanks to Leigh).

All closed issues and pull requests. All commits.

v0.0.3 (2021-11-19)

  • Added support for $regex evaluation query operator. (#28)
  • Fixed handling of Infinity, -Infinity, NaN BSON Double values. (#29)
  • Improved documentation for contributors (thanks to Leigh).

All closed issues and pull requests. All commits.

v0.0.2 (2021-11-13)

  • Added support for comparison query operators: $eq,$gt,$gte,$in,$lt,$lte,$ne,$nin. (#26)
  • Added support for logical query operators: $and, $not, $nor, $or. (#27)

All closed issues and pull requests. All commits.

v0.0.1 (2021-11-01)

  • Initial public release!