Skip to content

Commit ac377bd

Browse files
committed
Update drogon version to v1.0.0-beta9
1 parent 876e21f commit ac377bd

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(DROGON_MINOR_VERSION 0)
1515
set(DROGON_PATCH_VERSION 0)
1616
set(DROGON_VERSION
1717
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
18-
set(PRE_RELEASE_STRING "beta7")
18+
set(PRE_RELEASE_STRING "beta9")
1919

2020
# Offer the user the choice of overriding the installation directories
2121
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")

ChangeLog.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.0.0-beta9] - 2019-10-28
8+
9+
### API change list
10+
11+
- Add interfaces for accessing content of attachments.
12+
13+
- Add option to disable setting the 404 status code of the custom 404 page.
14+
15+
- Make user can use any string as a placeholder's name in routing patterns.
16+
17+
- Add type conversion methods to the HttpRequest and HttpResponse classes.
18+
19+
### Changed
20+
21+
- Modify cmake configuration.
22+
23+
- Modify the quit() method.
24+
25+
- Implement relationships in ORM.
26+
27+
### Fixed
28+
29+
- Fix size_t underflow of drogon_ctl.
30+
31+
- Fix some race conditions.
32+
33+
- Fix a busy loop bug when connections to mysql server are timeout.
34+
35+
736
## [1.0.0-beta8] - 2019-10-03
837

938
### API change list
@@ -178,7 +207,9 @@ All notable changes to this project will be documented in this file.
178207

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

181-
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta8...HEAD
210+
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta9...HEAD
211+
212+
[1.0.0-beta9]: https://github.com/an-tao/drogon/compare/v1.0.0-beta8...v1.0.0-beta9
182213

183214
[1.0.0-beta8]: https://github.com/an-tao/drogon/compare/v1.0.0-beta7...v1.0.0-beta8
184215

0 commit comments

Comments
 (0)