Skip to content

Commit

Permalink
Merge tag 'v0.29.0' into development
Browse files Browse the repository at this point in the history
🚢 v0.29.0 - 2022-07-28

Breaking Change:
    If you are running on Mongo<4.0, please update as the indices will now
    build in the foreground. Mongo>4.0 has changed to a new indexing engine
    and this option is now deprecated.

Removed:
- mongo: deprecates `SetBackground` due to MongoDB 4.0 EOL.
  • Loading branch information
matthewhartstonge committed Jul 28, 2022
2 parents 126153e + 3b7a4ad commit b3caaa8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go:
- '1.14'
- '1.15'
- '1.16'
- '1.17'
- '1.18'
- 'tip'

services:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.29.0] - 2022-07-28
*Breaking Change:*
If you are running on Mongo<4.0, please update as the indices will now
build in the foreground. Mongo>4.0 has changed to a new indexing engine
and this option is now deprecated.

### Removed
- mongo: deprecates `SetBackground` due to MongoDB 4.0 EOL.

## [v0.28.0] - 2021-10-18
### Added
- mongo: adds support for `mongodb+srv` connection strings.
Expand Down Expand Up @@ -654,6 +663,7 @@ clear out the password field before sending the response.
- General pre-release!

[Unreleased]: https://github.com/matthewhartstonge/storage/tree/master
[v0.29.0]: https://github.com/matthewhartstonge/storage/tree/v0.29.0
[v0.28.0]: https://github.com/matthewhartstonge/storage/tree/v0.28.0
[v0.27.0]: https://github.com/matthewhartstonge/storage/tree/v0.27.0
[v0.26.0]: https://github.com/matthewhartstonge/storage/tree/v0.26.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ know what versions you are successfully paired with.

| storage version | minimum fosite version | maximum fosite version |
|----------------:|-----------------------:|-----------------------:|
| `v0.29.X` | `v0.32.X` | `v0.34.X` |
| `v0.28.X` | `v0.32.X` | `v0.34.X` |
| `v0.27.X` | `v0.32.X` | `v0.34.X` |
| `v0.26.X` | `v0.32.X` | `v0.34.X` |
| `v0.25.X` | `v0.32.X` | `v0.34.X` |
| `v0.24.X` | `v0.32.X` | `v0.32.X` |

## Development
To start hacking:
Expand Down

0 comments on commit b3caaa8

Please sign in to comment.