Skip to content

Commit 84efd79

Browse files
chore(master): release 6.19.0 (#1040)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dba71df commit 84efd79

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.18.0"
2+
".": "6.19.0"
33
}

CHANGELOG.md

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

33
## Released
44

5+
## [6.19.0](https://github.com/nuvla/api-server/compare/6.18.0...6.19.0) (2025-08-21)
6+
7+
8+
### Features
9+
10+
* **callback:** Protect callback url from email scanners ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
11+
* **group:** get pending invitations ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
12+
* **group:** revoke invitation ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
13+
14+
15+
### Bug Fixes
16+
17+
* **callback join group:** By default give view member permission to invited user ([dba71df](https://github.com/nuvla/api-server/commit/dba71dfe7019dc949928b5bbdb0b11755a734d2a))
18+
* **callback join group:** notify group manager when a user accept his invitation ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
19+
* **CI:** Use latest sonar-scanner version 5.0.2.4997 and new sonar clj lang patterns ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
20+
* **email utils:** Refactor and add unit tests ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
21+
* **group:** act on groups always with my user-id even if I switched my active claim to a group. Excluding special groups. ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
22+
* **Group:** Admin can update subgroup parents attribute ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
23+
* **group:** Create a subgroup from an operation on parent group inste… ([#1034](https://github.com/nuvla/api-server/issues/1034)) ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
24+
* **group:** Create a subgroup from an operation on parent group instead of using an add template ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
25+
* **session:** Get all groups when admin allowing to see full hierarchy and switch to any group from admin ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
26+
527
## [6.18.0](https://github.com/nuvla/api-server/compare/6.17.0...6.18.0) (2025-07-24)
628

729

code/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(defproject com.sixsq.nuvla/api-server
66
; x-release-please-start-version
7-
"6.18.1-SNAPSHOT"
7+
"6.19.0"
88
; x-release-please-end
99

1010
:description "core api server"

0 commit comments

Comments
 (0)