Skip to content

fix: restoreBackup accept 202, fix listDbCollections return type, add… - #14

Merged
pankajEndee merged 1 commit into
mainfrom
dev
Aug 13, 2026
Merged

fix: restoreBackup accept 202, fix listDbCollections return type, add…#14
pankajEndee merged 1 commit into
mainfrom
dev

Conversation

@pankajEndee

Copy link
Copy Markdown
Collaborator

… filter validation

  • restoreBackup now accepts HTTP 202 (server returns 202 for async restore)
  • listDbCollections returns List (server returns bare strings, not maps)
  • listAllCollections javadoc clarified (returns per-database grouped objects)
  • Add filter key/value size validation (key ≤ 128 bytes, value ≤ 1024 bytes)
  • Add downloadBackup directory-destination support (auto-appends .tar)
  • Add close() and toString() to Endee client

… filter validation

- restoreBackup now accepts HTTP 202 (server returns 202 for async restore)
- listDbCollections returns List<String> (server returns bare strings, not maps)
- listAllCollections javadoc clarified (returns per-database grouped objects)
- Add filter key/value size validation (key ≤ 128 bytes, value ≤ 1024 bytes)
- Add downloadBackup directory-destination support (auto-appends <name>.tar)
- Add close() and toString() to Endee client
@pankajEndee
pankajEndee merged commit 3009de9 into main Aug 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants