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

Release 114 #29

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Release 114 #29

merged 1 commit into from
Jul 25, 2024

Conversation

tspence
Copy link
Contributor

@tspence tspence commented Jul 25, 2024

Patch notes for 114.0.4169

These patch notes summarize the changes from version 112.0.3856.

Added 9 new APIs:

  • Notification.RetrieveNotifications (GET /api/data/notifications)
  • Notification.NotificationCount (GET /api/data/notifications/count)
  • Notification.UnreadNotificationCount (GET /api/data/notifications/unreadcount)
  • Notification.DeleteAllNotifications (DELETE /api/data/notifications/deleteall)
  • Notification.MarkNotificationRead (POST /api/data/notifications/{id}/markread)
  • Notification.ReadAllNotifications (POST /api/data/notifications/markallread)
  • Notification.DeleteNotification (DELETE /api/data/notifications/delete/{id})
  • Notification.MarkNotificationUnread (POST /api/data/notifications/{id}/markunread)
  • Resource.CreateManyResources (POST /api/data/resources/bulk)

# Patch notes for 114.0.4169

These patch notes summarize the changes from version 112.0.3856.

Added 9 new APIs:
* Notification.RetrieveNotifications (GET /api/data/notifications)
* Notification.NotificationCount (GET /api/data/notifications/count)
* Notification.UnreadNotificationCount (GET /api/data/notifications/unreadcount)
* Notification.DeleteAllNotifications (DELETE /api/data/notifications/deleteall)
* Notification.MarkNotificationRead (POST /api/data/notifications/{id}/markread)
* Notification.ReadAllNotifications (POST /api/data/notifications/markallread)
* Notification.DeleteNotification (DELETE /api/data/notifications/delete/{id})
* Notification.MarkNotificationUnread (POST /api/data/notifications/{id}/markunread)
* Resource.CreateManyResources (POST /api/data/resources/bulk)
@tspence tspence merged commit c3ebccb into main Jul 25, 2024
1 check passed
@tspence tspence deleted the tspence/release-114 branch July 25, 2024 23:31
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