File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111.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
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ iaweb.privacy = 1.0a2
5757ijson = 3.4.0
5858imio.gdpr = 1.2.3
5959imio.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
6262imio.prometheus = 1.0.1
6363imio.pyutils = 1.2.1
6464ipdb = 0.13.11
You can’t perform that action at this time.
0 commit comments