Skip to content

Commit

Permalink
Add changelog draft (FerretDB#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Nov 17, 2022
1 parent 564b5b2 commit 9e843bf
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## v0.6.2 (not released yet)

### New Features πŸŽ‰
* Provide builds for `linux/arm/v7` by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1377
* Implement `enableFreeMonitoring`, `disableFreeMonitoring` and `getFreeMonitoringStatus` commands by @noisersup in https://github.com/FerretDB/FerretDB/pull/1380

### Fixed Bugs πŸ›
* Fix `SchemaStats` to return empty stats by @w84thesun in https://github.com/FerretDB/FerretDB/pull/1359
### Enhancements πŸ› 
* Tweak supported wire protocol versions by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1261
* Add more `NewCommandErrorMsgWithArgument` calls by @noisersup in https://github.com/FerretDB/FerretDB/pull/1358
* Use environment variables for configuration by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1383
* Add missing locks when update settings table by @rumyantseva in https://github.com/FerretDB/FerretDB/pull/1381

### Documentation πŸ“„
* Make telemetry page visible in documentation sidebar by @Fashander in https://github.com/FerretDB/FerretDB/pull/1393
* Add documentation for dot notation in arrays, objects, and embedded documents by @Fashander in https://github.com/FerretDB/FerretDB/pull/1382
* Start supported commands table by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1406
* Add aggregation section (collection stages) to the docs by @rumyantseva in https://github.com/FerretDB/FerretDB/pull/1411
* Add query and write operation commands to the docs by @b1ron in https://github.com/FerretDB/FerretDB/pull/1409
* Add aggregation section (database stages, operators) to the docs by @rumyantseva in https://github.com/FerretDB/FerretDB/pull/1448

### Other Changes πŸ€–
* Do not cancel in-progress CI runs by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1378
* Sync and update golangci-lint configurations by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1205
* Bump deps by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1400
* Restructure text, add unestimated tasks by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1374
* Ignore website problems for now by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1404
* Use lowercase directory names by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1408
* Minor telemetry cleanup by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1446
* Bump deps by @AlekSi in https://github.com/FerretDB/FerretDB/pull/1477
* Allow duplicates in `bson` documents by @rumyantseva in https://github.com/FerretDB/FerretDB/pull/1391

## New Contributors
* @b1ron made their first contribution in https://github.com/FerretDB/FerretDB/pull/1409

[All closed issues and pull requests](https://github.com/FerretDB/FerretDB/milestone/25?closed=1).
[All commits](https://github.com/FerretDB/FerretDB/compare/v0.6.1...v0.6.2).


## [v0.6.1](https://github.com/FerretDB/FerretDB/releases/tag/v0.6.1) (2022-11-07)

### Enhancements πŸ› 
Expand Down

0 comments on commit 9e843bf

Please sign in to comment.