Skip to content

Commit 49f07f1

Browse files
author
OpenAdapt Bot
committed
0.26.1
Automatically generated by python-semantic-release
1 parent 987f6ac commit 49f07f1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33

44

5+
## v0.26.1 (2024-05-28)
6+
7+
### Fix
8+
9+
* fix(db): Database access refactor (#676)
10+
11+
* feat: Remove global sessions, and introduce read only sessions for cases where no writing is required
12+
13+
* refactor: Rename db to session
14+
15+
* feat: Raise exceptions if commit/write/delete is attempted on a read-only session
16+
17+
* feat: Add tests for the read only session
18+
19+
* chore: lint using flake8
20+
21+
* rename test_database -> db_engine
22+
23+
---------
24+
25+
Co-authored-by: Richard Abrich <[email protected]> ([`987f6ac`](https://github.com/OpenAdaptAI/OpenAdapt/commit/987f6acc55c1512805ab0cc31c922cb17c1cc846))
26+
27+
528
## v0.26.0 (2024-05-27)
629

730
### Feature

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 = "openadapt"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)