Skip to content

Commit fc04a7c

Browse files
joamagclaude
andcommitted
version: 1.36.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9e4b7f7 commit fc04a7c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
*
13+
14+
### Changed
15+
16+
*
17+
18+
### Fixed
19+
20+
*
21+
22+
## [1.36.0] - 2026-02-25
23+
24+
### Added
25+
1226
* ASGI unit tests covering environ building, body reading, start response, sender, lifespan and invalid scope handling
1327
* Test conftest to exclude ASGI tests on Python < 3.5
1428
* Added typing for the `reload()` method in model stubs
29+
* Support for the `X-Session-Id` header to set the session ID in requests
1530

1631
### Changed
1732

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read_file(path):
4444

4545
setuptools.setup(
4646
name="appier",
47-
version="1.35.1",
47+
version="1.36.0",
4848
author="Hive Solutions Lda.",
4949
author_email="development@hive.pt",
5050
description="Appier Framework",

0 commit comments

Comments
 (0)