Skip to content

Commit ba80923

Browse files
committed
updated ChangeLog
1 parent 3d61581 commit ba80923

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
2+
All notable changes to this project will be documented in this file.
23

3-
<!-- <START NEW CHANGELOG ENTRY> -->
4+
## [1.0.0] - 2025-05-22
5+
### Added
6+
- **Initial Public Release of the Scheduler Plugin for JupyterLab.**
7+
- **Cross-Platform Scheduling:** Full support for creating and managing notebook schedules on both Composer and Vertex environments.
8+
- **Schedule Management:**
9+
- Ability to **create** new notebook schedules.
10+
- Comprehensive **listing** of existing schedules.
11+
- Functionality to **edit** schedule configurations.
12+
- Options to **pause**, **resume**, **retrigger** and **delete** schedules.
13+
- **Execution History:** View the execution history and status for all schedules, providing insights into past runs from both Composer and Vertex environments.
414

5-
<!-- <END NEW CHANGELOG ENTRY> -->
15+
### Changed
16+
- N/A (Initial release, no existing features were changed)
17+
18+
### Fixed
19+
- N/A (Initial release, no known bugs to fix)
20+
21+
### Removed
22+
- N/A (Initial release, nothing was removed)
23+
24+
### Deprecated
25+
- N/A (Initial release, no deprecations)

0 commit comments

Comments
 (0)