Bookstack-file-exporter

Latest version: v1.5.0

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.5.0

Highlights
Potential breaking changes:
- `assets.verify_ssl` has been moved to `http_config.verify_ssl` and the default value has been updated to `false`.
- `additional_headers` has been moved to `http_config.additional_headers`

HTTP request configuration is now customizable by user and can override the defaults for the following properties:
- timeout: `30`
- backoff_factor: `2.5`
- retry_codes: `[413, 429, 500, 502, 503, 504]`
- retry_count: `5`

The default values for the HTTP request configuration are conservative and allow for enough time between retries for per minute rate limits to be refreshed. More information on retries and backoff_factor can be found [here](https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html).

What's Changed
* fix missing github checkout step by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/58
* add helm option in docs by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/59
* fix position of doc addition by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/60
* Http input feature by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/62
* update configuration defaults and checks by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/63
* update configuration options and descriptions for http_config changes by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/64


**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.4.1...v1.5.0

1.4.1

What's Changed
* update full example and build commands by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/55
* update description on application mode by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/56
* Change back off retry behavior by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/57


**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.4.0...v1.4.1

1.4.0

Highlights
* Add `run_interval` setting to allow very basic scheduling. The exporter will operate as an always running application if specified.
* Optional property: specify a time in `seconds` for the exporter to wait in between subsequent runs.
* Setting this `0` (default) or omitting it from the configuration will execute a single run and exit.
* Add docker-compose example for always running application use case.

What's Changed
* 53 schedule by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/54


**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.3.1...v1.4.0

1.3.1

What's Changed
* update readme for assest skip feature by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/48
* create user provided output_path directory if not exists by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/49
* make create output_path dir error catchable to allow for docker usage by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/50
* minor fix on logging and output description by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/51
* fix minor spacing issue on log message by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/52


**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.3.0...v1.3.1

1.3.0

Highlights
* Python version bumped to `3.13.0`
* All dependencies bumped to respective latest versions
* If an API call to get an image/attachment or its metadata fails, the exporter will skip the asset and log the error. If using `assets.modify_markdown` option, the asset links in the document will be untouched and in its original form. All API calls are retried 3 times after initial failure.

What's Changed
* Attempt to add logic to skip an image/attachment if API call fails by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/46


**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.2.0...v1.3.0

1.2.0

What's Changed
* Update doc brief by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/40
* update readme for suggestion by intrepidsilence by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/41
* bump python version to 3.12.4, update pkg depedencies to latest by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/42


**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.1.0...v1.2.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.