Skip to content

Commit 3466f52

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](getappmap/appmap-python@v1.9.1...v1.10.0) (2022-10-12) ### Bug Fixes * For Flask always set a before_request and an after_request handler ([fb73d80](getappmap@fb73d80)) * Remove a testcase for Flask and a testcase for Django because it's not possible to test for appmap_not_enabled_requests_enabled_and_remote: when APPMAP=false the routes for remote recording are disabled ([5817b6e](getappmap@5817b6e)) * The remote recording routes for Flask are enabled only if APPMAP=true ([45a297b](getappmap@45a297b)) ### Features * record by default ([209f118](getappmap@209f118))
1 parent 717d39a commit 3466f52

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.10.0](https://github.com/getappmap/appmap-python/compare/v1.9.1...v1.10.0) (2022-10-12)
2+
3+
4+
### Bug Fixes
5+
6+
* For Flask always set a before_request and an after_request handler ([fb73d80](https://github.com/getappmap/appmap-python/commit/fb73d804ce127ac7223a45c3fb55834eee437a50))
7+
* Remove a testcase for Flask and a testcase for Django because it's not possible to test for appmap_not_enabled_requests_enabled_and_remote: when APPMAP=false the routes for remote recording are disabled ([5817b6e](https://github.com/getappmap/appmap-python/commit/5817b6e656371bdcec973cd239c98985784d11a6))
8+
* The remote recording routes for Flask are enabled only if APPMAP=true ([45a297b](https://github.com/getappmap/appmap-python/commit/45a297bf375a20987ab083295b1678b5ef853fcc))
9+
10+
11+
### Features
12+
13+
* record by default ([209f118](https://github.com/getappmap/appmap-python/commit/209f118109ba89eac96133526ac5c258d03a03a7))
14+
115
## [1.9.1](https://github.com/getappmap/appmap-python/compare/v1.9.0...v1.9.1) (2022-10-11)
216

317

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "appmap"
3-
version = "1.9.1"
3+
version = "1.10.0"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)