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(master): release butler 8.4.0 #525

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"src":"8.3.3"}
{"src":"8.4.0"}
18 changes: 18 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [8.4.0](https://github.com/ptarmiganlabs/butler/compare/butler-v8.3.3...butler-v8.4.0) (2022-08-07)


### Features

* Make file copy/move/delete REST endpoints more robust ([ca91a2b](https://github.com/ptarmiganlabs/butler/commit/ca91a2b6c7bcf7f6ce778fcbd8c8c8d509701ba7)), closes [#521](https://github.com/ptarmiganlabs/butler/issues/521)
* Warn if UNC paths used with file API calls when Butler runs on non-Windows OS ([843f781](https://github.com/ptarmiganlabs/butler/commit/843f7815767cba549b8fffd4865979fad08622aa)), closes [#522](https://github.com/ptarmiganlabs/butler/issues/522)


### Bug Fixes

* Make startup logging of approved directories for file copy/move/delete less verbose ([e6a94c3](https://github.com/ptarmiganlabs/butler/commit/e6a94c32473a49a60f7f76949b04506477c2f523)), closes [#523](https://github.com/ptarmiganlabs/butler/issues/523)


### Miscellaneous

* Update dependencies ([2bc7a61](https://github.com/ptarmiganlabs/butler/commit/2bc7a618fec2b3302e4c475f76a591bb204dc8d8))

## [8.3.3](https://github.com/ptarmiganlabs/butler/compare/butler-v8.3.2...butler-v8.3.3) (2022-06-22)


Expand Down
4 changes: 2 additions & 2 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "butler",
"version": "8.3.3",
"version": "8.4.0",
"description": "Superpowers for Qlik Sense. Task scheduling, key-value store, advanced alerting and more.",
"dependencies": {
"@breejs/later": "^4.1.0",
Expand Down