Skip to content

Commit

Permalink
update changelog (jupyter-server#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored and GitHub Enterprise committed Jun 2, 2022
1 parent c742309 commit 86a292d
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,92 @@

## [Unreleased](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/HEAD)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.19.7...HEAD)
[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.20.5...HEAD)

**Fixed bugs:**

- Switch to Working dir when checking if git repo should be migrated [\#395](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/395) ([zsailer](https://github.pie.apple.com/zsailer))

## [v0.20.5](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.20.5) (2022-05-26)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.20.4...v0.20.5)

**Fixed bugs:**

- Set the cookie_secret_file from entrypoint [\#394](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/394) ([zsailer](https://github.pie.apple.com/zsailer))

## [v0.20.4](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.20.4) (2022-05-25)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.20.3...v0.20.4)

**Fixed bugs:**

- Cookie secret file [\#393](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/393) ([zsailer](https://github.pie.apple.com/zsailer))

## [v0.20.3](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.20.3) (2022-05-25)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.20.2...v0.20.3)

**Fixed bugs:**

- persisting the cookie_secret_file causes auth issues on server restart. [\#391](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/issues/391)
- Move cookie_secret file to non persistent location [\#392](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/392) ([zsailer](https://github.pie.apple.com/zsailer))

## [v0.20.2](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.20.2) (2022-05-25)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.20.1...v0.20.2)

**Fixed bugs:**

- Ensure that docker container has the correct directory structure [\#390](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/390) ([zsailer](https://github.pie.apple.com/zsailer))

**Merged pull requests:**

- Bug bash cleanup; more debug logs; message to redirect users to spark page in reconnect dialogue [\#386](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/386) ([zsailer](https://github.pie.apple.com/zsailer))

## [v0.20.1](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.20.1) (2022-05-24)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.20.0...v0.20.1)

**Fixed bugs:**

- Typos in heartbeat dialogue [\#383](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/issues/383)

**Merged pull requests:**

- Bump to 0.20.0 [\#389](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/389) ([zsailer](https://github.pie.apple.com/zsailer))

## [v0.20.0](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.20.0) (2022-05-24)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.19.8...v0.20.0)

**Implemented enhancements:**

- Refactor the persistent volume to include various Jupyter paths [\#388](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/388) ([zsailer](https://github.pie.apple.com/zsailer))

**Fixed bugs:**

- Synchronizer is shutting down kernels between server restarts. [\#384](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/issues/384)
- Distinguish between "heartbeat found" and "connected" state. [\#381](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/issues/381)
- Failed status shouldn't show a spinning wheel. [\#380](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/issues/380)
- distinguish between heartbeat and websocket connection [\#382](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/382) ([zsailer](https://github.pie.apple.com/zsailer))

**Merged pull requests:**

- fixing session deletion with culling [\#387](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/387) ([achitneni](https://github.pie.apple.com/achitneni))

## [v0.19.8](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.19.8) (2022-05-19)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.19.7...v0.19.8)

**Fixed bugs:**

- Heartbeat cleanup [\#378](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/378) ([zsailer](https://github.pie.apple.com/zsailer))

**Merged pull requests:**

- update changelog [\#379](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/379) ([zsailer](https://github.pie.apple.com/zsailer))

## [v0.19.7](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/tree/v0.19.7) (2022-05-18)

[Full Changelog](https://github.pie.apple.com//pie-data-studio/data_studio_jupyter_extensions/compare/v0.19.6...v0.19.7)
Expand Down

0 comments on commit 86a292d

Please sign in to comment.