Skip to content

Commit

Permalink
Generate changelog for 3.0.1
Browse files Browse the repository at this point in the history
Also, remove unreleased/ entries.

NO_DOC=changelog
NO_TEST=changelog
NO_CHANGELOG=changelog
  • Loading branch information
sergos committed Jan 25, 2024
1 parent 7042050 commit 31c2ddb
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 16 deletions.
48 changes: 48 additions & 0 deletions changelogs/3.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# 3.0.1

Date: 2024-01-25
Tag: 3.0.1

## Overview

3.0.1 is the 2nd [stable][release_policy] version of the 3.0 release
series. It resolves 4 bugs since 3.0.0.

The "stable" label means that we have all planned features implemented and we
see no high-impact issues. However, if you encounter an issue, feel free to
[report it][issues] on GitHub.

[release_policy]: https://www.tarantool.io/en/doc/latest/dev_guide/release_management/#release-policy
[issues]: https://github.com/tarantool/tarantool/issues

## Compatibility

Tarantool 3.x is backward compatible with Tarantool 2.x in the binary data
layout, client-server protocol, and replication protocol.

Please [upgrade][upgrade] using the `box.schema.upgrade()` procedure to unlock
all the new features of the 3.x series.

[upgrade]: https://www.tarantool.io/en/doc/latest/book/admin/upgrades/

## Bugs fixed

### Lua

* Fixed the incorrect propagation of Lua errors raised while loading
the module via the Tarantool-specific loaders.

### Config

* Fixed an issue when a leader fails to start with the `attempt to index a nil
value` error if a config with all UUIDs set is used during a cluster's
bootstrap (gh-9572).

### Httpc

* Fixed a bug when read from a chunked request returns
nothing (gh-9547).

### Build

* Updated libcurl to version 8.5.0.
3 changes: 0 additions & 3 deletions changelogs/unreleased/bump-libcurl-to-8.5.0.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/fix-lua-loader-error-handling.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/gh_9572_config_with_uuids.md

This file was deleted.

0 comments on commit 31c2ddb

Please sign in to comment.