Skip to content

Commit

Permalink
Prepare v1.7.0 release (FerretDB#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Jul 31, 2023
1 parent 66304b7 commit e6f325f
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,64 @@

<!-- markdownlint-disable MD024 MD034 -->

## [v1.7.0](https://github.com/FerretDB/FerretDB/releases/tag/v1.7.0) (2023-07-31)

### New Features πŸŽ‰

- Implement `$sum` aggregation standard operator by @chilagrow in https://github.com/FerretDB/FerretDB/pull/3063

### Fixed Bugs πŸ›

- Fix `PLAIN` auth with C# driver by @b1ron in https://github.com/FerretDB/FerretDB/pull/3012

### Enhancements πŸ› 

- Add validating max nested document/array depth by @kropidlowsky in https://github.com/FerretDB/FerretDB/pull/2882
- Validate database and collection names for SQLite handler by @noisersup in https://github.com/FerretDB/FerretDB/pull/2868
- Add basic metrics, logging and tracing for SQLite by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3123
- Tweak and document SQLite URI parameters by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3128

### Documentation πŸ“„

- Add blog post for FerretDB v1.6.0 by @Fashander in https://github.com/FerretDB/FerretDB/pull/3058
- Update changelog by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3072
- Update blog post for FerretDB v1.6.0 by @Fashander in https://github.com/FerretDB/FerretDB/pull/3073
- Tweak documentation and blog by @Fashander in https://github.com/FerretDB/FerretDB/pull/2992
- Add blog post on "Community matters: fireside chat with Artem Ervits, CockroachDB" by @Fashander in https://github.com/FerretDB/FerretDB/pull/3066
- Update Blog Post by @Fashander in https://github.com/FerretDB/FerretDB/pull/3086
- Update tags formatting in writing guide by @Fashander in https://github.com/FerretDB/FerretDB/pull/3097
- Add blog post on "Using Mingo with FerretDB" by @Fashander in https://github.com/FerretDB/FerretDB/pull/3074
- Simplify `checkdocs` linter by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3104
- Update MongoDB comparision blog post by @ptrfarkas in https://github.com/FerretDB/FerretDB/pull/3117
- Update MongoDB comparision blog post by @ptrfarkas in https://github.com/FerretDB/FerretDB/pull/3119
- Add blog post on Grafana Monitoring for FerretDB by @Fashander in https://github.com/FerretDB/FerretDB/pull/3106

### Other Changes πŸ€–

- Bump deps by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3064
- Mark some tests as failing for SQLite by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3051
- Improve sjson package fuzzing by @quasilyte in https://github.com/FerretDB/FerretDB/pull/3071
- Merges fuzztool into envtool by @Aditya1404Sal in https://github.com/FerretDB/FerretDB/pull/2645
- Do not import `commonerrors` in tests by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3081
- Remove dead code by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3093
- Allow to change SQLite URI in tests by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3092
- Replace test doubles with constants by @noisersup in https://github.com/FerretDB/FerretDB/pull/3024
- Improve `checkdocs` linter by @KrishnaSindhur in https://github.com/FerretDB/FerretDB/pull/3095
- Add daily progress principle to `PROCESS.md` by @rumyantseva in https://github.com/FerretDB/FerretDB/pull/3098
- Support `_id` aggregation operators for `$group` stage by @noisersup in https://github.com/FerretDB/FerretDB/pull/3096
- Bump the tools group in /tools with 1 update by @dependabot in https://github.com/FerretDB/FerretDB/pull/3109
- Backport v1.6.1 fixes by @AlekSi in https://github.com/FerretDB/FerretDB/pull/3107
- Support recursive operator calls for `$sum` aggregation accumulator by @noisersup in https://github.com/FerretDB/FerretDB/pull/3116

## New Contributors

- @Aditya1404Sal made their first contribution in https://github.com/FerretDB/FerretDB/pull/2645
- @KrishnaSindhur made their first contribution in https://github.com/FerretDB/FerretDB/pull/3095
- @ptrfarkas made their first contribution in https://github.com/FerretDB/FerretDB/pull/3117

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

## [v1.6.1](https://github.com/FerretDB/FerretDB/releases/tag/v1.6.1) (2023-07-26)

### Fixed Bugs πŸ›
Expand Down

0 comments on commit e6f325f

Please sign in to comment.