Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.18.0"
".": "6.19.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## Released

## [6.19.0](https://github.com/nuvla/api-server/compare/6.18.0...6.19.0) (2025-08-21)


### Features

* **callback:** Protect callback url from email scanners ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
* **group:** get pending invitations ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
* **group:** revoke invitation ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))


### Bug Fixes

* **callback join group:** By default give view member permission to invited user ([dba71df](https://github.com/nuvla/api-server/commit/dba71dfe7019dc949928b5bbdb0b11755a734d2a))
* **callback join group:** notify group manager when a user accept his invitation ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
* **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))
* **email utils:** Refactor and add unit tests ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
* **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))
* **Group:** Admin can update subgroup parents attribute ([5380505](https://github.com/nuvla/api-server/commit/53805051f327e61c406f55041d18366afb605b14))
* **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))
* **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))
* **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))

## [6.18.0](https://github.com/nuvla/api-server/compare/6.17.0...6.18.0) (2025-07-24)


Expand Down
2 changes: 1 addition & 1 deletion code/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(defproject com.sixsq.nuvla/api-server
; x-release-please-start-version
"6.18.1-SNAPSHOT"
"6.19.0"
; x-release-please-end

:description "core api server"
Expand Down