Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update CRUD Service documentation #1896

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
be1fb08
chore(docs): update CRUD Service documentation
bot-targa Jan 15, 2025
dcac426
chore(docs): update CRUD Service documentation
bot-targa Jan 16, 2025
2955c19
chore(docs): update CRUD Service documentation
bot-targa Jan 17, 2025
5a13a28
chore(docs): update CRUD Service documentation
bot-targa Jan 20, 2025
8ee38b7
chore(docs): update CRUD Service documentation
bot-targa Jan 21, 2025
19b1a71
chore(docs): update CRUD Service documentation
bot-targa Jan 22, 2025
00595bc
chore(docs): update CRUD Service documentation
bot-targa Jan 23, 2025
207d71b
chore(docs): update CRUD Service documentation
bot-targa Jan 24, 2025
8417ca3
chore(docs): update CRUD Service documentation
bot-targa Jan 27, 2025
b7797ad
chore(docs): update CRUD Service documentation
bot-targa Jan 28, 2025
44a3912
chore(docs): update CRUD Service documentation
bot-targa Jan 29, 2025
95cd9e8
chore(docs): update CRUD Service documentation
bot-targa Jan 30, 2025
58dc331
chore(docs): update CRUD Service documentation
bot-targa Jan 31, 2025
1d46877
chore(docs): update CRUD Service documentation
bot-targa Feb 3, 2025
133bab9
chore(docs): update CRUD Service documentation
bot-targa Feb 4, 2025
5f44639
chore(docs): update CRUD Service documentation
bot-targa Feb 5, 2025
b9a3f5f
chore(docs): update CRUD Service documentation
bot-targa Feb 6, 2025
394a0fc
chore(docs): update CRUD Service documentation
bot-targa Feb 7, 2025
86acd21
chore(docs): update CRUD Service documentation
bot-targa Feb 10, 2025
bc655e2
chore(docs): update CRUD Service documentation
bot-targa Feb 11, 2025
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
6 changes: 6 additions & 0 deletions docs/runtime_suite/crud-service/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 7.2.3-rc.0 - 2025-01-14

### Changed

- overhauled Mongo view update logic to avoid requesting [`dropCollection`](https://www.mongodb.com/docs/manual/reference/privilege-actions/#mongodb-authaction-dropCollection) privilege action

## 7.2.2 - 2024-12-13

### Changed
Expand Down
Loading