Skip to content

Commit

Permalink
Upgrade to 2.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Sep 29, 2022
1 parent 7e80219 commit da50af3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Ulfius Changelog

## 2.7.11

- Add `ulfius_websocket_parse_json_message` for incoming websocket messages
- Breaking: in `ulfius_websocket_send_json_message`, return `U_ERROR_PARAMS` if `j_message` is NULL
- Update callback examples
- Fix minor bugs

## 2.7.10

- Update `SameSite` cookie value, add `U_COOKIE_SAME_SITE_EMPTY` and allow value None
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/ulfius/")
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/ulfius/issues")
set(LIBRARY_VERSION_MAJOR "2")
set(LIBRARY_VERSION_MINOR "7")
set(LIBRARY_VERSION_PATCH "10")
set(LIBRARY_VERSION_PATCH "11")

set(PROJECT_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
set(PROJECT_VERSION_MAJOR ${LIBRARY_VERSION_MAJOR})
Expand Down

0 comments on commit da50af3

Please sign in to comment.