Skip to content

Commit

Permalink
Bump version to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed May 4, 2024
1 parent 439ddd8 commit b5cd748
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF "

set(DROGON_MAJOR_VERSION 1)
set(DROGON_MINOR_VERSION 9)
set(DROGON_PATCH_VERSION 3)
set(DROGON_PATCH_VERSION 4)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
Expand Down
28 changes: 27 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.9.4] - 2024-05-04

### API changes list

- Add client cert support for websocket.

- Add JSON send overloads for WebSocket connections.

### Changed

- Minor enhancement: move some smart pointers around instead of copying them.

- Remove the request shared_ptr from the multipart parser.

- Fix typo in HttpAppFrameworkImpl.cc.

- Avoid string copy and lowercasing on every request.

- Implemented database reconnection loop.

### Fixed

- Bypass clang thread_local error.

## [1.9.3] - 2024-02-09

### API changes list
Expand Down Expand Up @@ -1621,7 +1645,9 @@ All notable changes to this project will be documented in this file.

## [1.0.0-beta1] - 2019-06-11

[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.3...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.4...HEAD

[1.9.4]: https://github.com/an-tao/drogon/compare/v1.9.3...v1.9.4

[1.9.3]: https://github.com/an-tao/drogon/compare/v1.9.2...v1.9.3

Expand Down
2 changes: 1 addition & 1 deletion trantor
Submodule trantor updated 2 files
+1 −1 CMakeLists.txt
+11 −1 ChangeLog.md

0 comments on commit b5cd748

Please sign in to comment.