Skip to content

Commit

Permalink
Merge pull request #2039 from atsign-foundation/gkc/canary-3-0-49
Browse files Browse the repository at this point in the history
build: canary release 3.0.49
  • Loading branch information
cpswan authored Jul 25, 2024
2 parents 11582f4 + a6b4570 commit 7924f77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
6 changes: 6 additions & 0 deletions packages/at_secondary_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.49
- feat: Enforce superset access check for approving apps
- fix: respect isEncrypted:false if supplied in the notify: command, and
ensure that the correct value is always transmitted onwards
- fix: info verb no longer lists "beta" features which are now live

## 3.0.48
- feat Add expiresAt and availableAt params to notify:list response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,6 @@ class InfoVerbHandler extends AbstractVerbHandler {
infoMap['apkam_metadata'] = result;
}
}
infoMap['features'] = [
{
"name": "noop:",
"status": "Beta",
"description":
"The No-Op verb simply does nothing for the requested number of milliseconds. "
"The requested number of milliseconds may not be greater than 5000. "
"Upon completion, the noop verb sends 'ok' as a response to the client.",
"syntax": VerbSyntax.noOp
},
{
"name": "info:",
"status": "Beta",
"description":
"The Info verb returns some information about the server "
"including uptime and some info about available features. ",
"syntax": VerbSyntax.info
},
];
} else {
infoMap['uptimeAsMillis'] = uptime.inMilliseconds;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/at_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_secondary
description: Implementation of secondary server.
version: 3.0.48
version: 3.0.49
repository: https://github.com/atsign-foundation/at_server
homepage: https://www.example.com
publish_to: none
Expand Down

0 comments on commit 7924f77

Please sign in to comment.