Skip to content

Commit

Permalink
Bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Oct 17, 2021
1 parent a7f05c4 commit 5a03c9a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CMAKE_DEPENDENT_OPTION(BUILD_REDIS "Build with redis support" ON "BUILD_ORM" OFF

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

## [Unreleased]

## [1.7.3] - 2021-10-17

### API Change List

- Support sending files by range

- Allow outside access to the file path of an HTTP response

- Support custom MIME types and extensions

- Add the getOptionalParameter method

- Add async_run

### Changes

- Experimental HaikuOS Support

- Improve AccessLogger

- Add Alpine Dockerfile

- Add option to disable brotli if desired by the builder

### Fixed

- Fix a bug in the getIOLoop method

- Return on redis connection errors

- Fix(MutliPart): Does not respect quotes in Content-Disposition header

- Fix(cmake): error in FindFilesystem

- Fix(style): Change the NotFound page text color

- Fix a race condition in testing

## [1.7.2] - 2021-08-24

### API Change List
Expand Down Expand Up @@ -888,7 +926,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.7.2...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.7.3...HEAD

[1.7.3]: https://github.com/an-tao/drogon/compare/v1.7.2...v1.7.3

[1.7.2]: https://github.com/an-tao/drogon/compare/v1.7.1...v1.7.2

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

0 comments on commit 5a03c9a

Please sign in to comment.