Skip to content

Commit a1dc5d0

Browse files
committed
mark 2.11.0 release, with changelog
1 parent c505d13 commit a1dc5d0

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

DevDocs/public/Changelog-OS.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ The intended audience is on-prem RSpace technical administrators who maintain RS
44

55
You can find official changelog at https://documentation.researchspace.com/article/mx11qvqg0i-changelog
66

7+
# 2.11.0 2025-06-06
8+
9+
### ELN Features
10+
11+
- RSDEV-653 new System Setting for enabling/disabling OAuth authentication for RSpace API
12+
- RSDEV-664 extended logging around usage of RSpace API, including new 'ApiEvents' file that tracks RSpace API interactions
13+
14+
### ELN Bugfix
15+
16+
- RSDEV-649 fix problem with 'delete notifications' action being very slow in some scenarios
17+
18+
### Inventory Features
19+
20+
- RSDEV-687 new "Identifiers" page for managing IGSN IDs, openable with button on Inventory sidebar
21+
- RSDEV-676 clearly marking "Name" as a required field when creating a new Sample
22+
723
# 2.10.0 2025-05-13
824

925
### ELN Features
@@ -19,7 +35,6 @@ You can find official changelog at https://documentation.researchspace.com/artic
1935
### Inventory Features
2036

2137
- RSDEV-636 allow printing two copies of each barcode (raffle-book style) with a label printer
22-
- RSDEV-570 new interface for managing IGSN IDs (requires Datacite integration)
2338

2439
# 2.9.0 2025-04-10
2540

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>researchspace</artifactId>
88
<groupId>com.github.rspace-os</groupId>
99
<packaging>war</packaging>
10-
<version>2.11.0-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
10+
<version>2.11.0</version><!-- appVersionID don't remove this comment it identifies this version -->
1111
<name>ResearchSpace</name>
1212
<url>https://www.researchspace.com</url>
1313

0 commit comments

Comments
 (0)