Skip to content

Commit 253c521

Browse files
committed
Pinned imio.omnia.core = 1.1, imio.omnia.tinymce 1.0
1 parent b4bfdac commit 253c521

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
1.5.43 (unreleased)
22
-------------------
33

4+
- imio.omnia.core 1.1
5+
6+
- Fix an instance startup crash loop: when every mapped environment variable already matched the registry,
7+
sync_env_to_registry left the connection joined to a transaction (silencing the fingerpointing audit log writes to the registry unconditionally)
8+
and ConnectionStateError aborted Zope startup.
9+
[duchenean]
10+
11+
- imio.omnia.core 1.0
12+
13+
- DELIBE-289: Add configurable API timeout.
14+
[duchenean]
15+
16+
- OIA-241: Authenticate outbound Omnia API calls with Keycloak SSO-Apps OAuth 2.0 (ROPC / client credentials via authlib),
17+
configurable in the control panel, with credentials supplied by the cross-application SSO_APPS_* environment variables.
18+
OAuth 2.0 is the default scheme for both the Omnia Core API and the OpenAI gateway.
19+
[duchenean]
20+
21+
- DELIBE-322: Replace httpx with httpx2 (maintained pydantic fork).
22+
[duchenean]
23+
24+
- Removed the unused Vite/React scaffold from browser/resources.
25+
[duchenean]
26+
427
- imio.smartweb.core 1.4.55
528

629
- Migration : replace webpack by vite for React view

versions.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ iaweb.privacy = 1.0a2
5757
ijson = 3.4.0
5858
imio.gdpr = 1.2.3
5959
imio.helpers = 1.3.11
60-
imio.omnia.core = 1.0a2
61-
imio.omnia.tinymce = 1.0a4
60+
imio.omnia.core = 1.1
61+
imio.omnia.tinymce = 1.0
6262
imio.prometheus = 1.0.1
6363
imio.pyutils = 1.2.1
6464
ipdb = 0.13.11

0 commit comments

Comments
 (0)