Skip to content

Commit

Permalink
Version Bump v3.24.0
Browse files Browse the repository at this point in the history
New Features:
  + UI: Support realm selection by hostname
  + Allow configuration of chain returned by SCEP
  + Expose workflow status information via HTTP Headers and SCEP/EST

Upgrades, Improvements and Bugfixes
  + UI: easy header styling via extended 'header' parameter in localconfig.yaml
  + UI: customizable header background color via '.oxi-header-bar' in custom CSS file
  + PKCS10 parser can now handle DNs with any special char
  + Bugfix: custom OID extensions were always set critical
  + Fix/Enhance API commands for metadata management
  + Remove mandatory check on "source_ref" structure in PersistCSR
  + Workaround for bug in VMWare Workspace One when using SCEP with RSA-OAEP
  + Reimplement SCEP GetCA / create PKCS7 lists inline

Removals, Deprecations, Breaking Changes
  + UI: localconfig.yaml is now loaded relative to current URL path
  + enhanced PKCS10 parser will translate more OIDs to verbose names
  + Condition CertificateHasAttribute is now named CertificateAttribute
  + Moved PID file from /var/run to /run
  • Loading branch information
oliwel committed Jan 18, 2023
1 parent 62d7b79 commit 08bded6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .VERSION_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23
24
2 changes: 1 addition & 1 deletion .VERSION_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
0
7 changes: 2 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
Please list items to be added to the final release comment here

New Features

Upgrades, Improvements and Bugfixes
+ UI: easy header styling via extended 'header' parameter in localconfig.yaml
+ UI: customizable header background color via '.oxi-header-bar' in custom CSS file

Removals, Deprecations, Breaking Changes
+ UI: localconfig.yaml is now loaded relative to current URL path
+ PKCS10: enhanced parser will translate more OIDs to verbose names

2 changes: 1 addition & 1 deletion config

0 comments on commit 08bded6

Please sign in to comment.