Skip to content

Releases: Guts/qgis-deployment-cli

0.35.3

06 Sep 12:29
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • fix(profile sync): force copy if sync_mode is overwirte by @jmkerloch in #555

Features and enhancements 🎉

  • Feature: support search_paths option in QGIS finder job by @Guts in #535

Documentation 📖

  • update(docs): add how to use autogenerated release notes from GitHub by @Guts in #557

Full Changelog: 0.35.2...0.35.3

0.35.2

04 Sep 09:37
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • fix(downloader): stream option was not propagated to get args by @Guts in #550
  • fix(downloader): qdt_plugins_to_copy was not created in force mode by @Guts in #551

Features and enhancements 🎉

  • improve(downloader): use a custom HTTP transport adapter instead of rough injection by @Guts in #549
  • improve(tests): add scenario to test against plugins downloader in monothread and forced by @Guts in #552

Tooling 🔧

  • add(tooling): helper script to convert png to ico by @Guts in #548

Full Changelog: 0.35.1...0.35.2

0.35.1

02 Sep 15:13
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • feature(downloader): add option to disable SSL verification by @Guts in #544

Full Changelog: 0.35.0...0.35.1

0.35.0

02 Sep 14:31
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • refacto(cleanup): fix some type hints and relative imports by @Guts in #540
  • feature(downloader): add option to control over stream mode by @Guts in #541
  • Enhancement: rename shortcut module and improve docstring/type hints consistency by @Guts in #543

Tooling 🔧

  • update(packaging): use Python 3.12 to build packages by @Guts in #542

Documentation 📖

  • fix(docs): value must be quoted in PowerShell command to set env vars by @Guts in #536

Full Changelog: 0.34.5...0.35.0

0.34.5

06 Jun 14:20
dbfd1c3
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • fix(io): explicitly declare UTF-8 encoding in IO operations by @Guts in #520

Documentation 📖

  • improve(docs): restore linkify (MyST parser extension) by @Guts in #516

Full Changelog: 0.34.4...0.34.5

0.34.4

30 May 11:52
ecc4f6c
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • Improve: qdt files reliability by @Guts in #514

Full Changelog: 0.34.3...0.34.4

0.34.3

29 May 13:40
e456316
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • Fix: rules context crash on certain Windows configuration by @Guts in #507

Features and enhancements 🎉

  • improve(user_groups): enforces user domain groups retrieval using user guid by @Guts in #508

Tooling 🔧

  • CI: test export rules context in different supported environments by @Guts in #512

Full Changelog: 0.34.2...0.34.3

0.34.2

25 Apr 09:40
66c0925
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • fix(profiles): profiles listing was returning the unfiltered list by @Guts in #497

Documentation 📖

  • Documentation: improve download section by @Guts in #496

Full Changelog: 0.34.1...0.34.2

0.34.1

24 Apr 13:59
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • feature(rules): retrieve user extended data using win32 API by @Guts in #494

Full Changelog: 0.34.0...0.34.1

0.34.0

23 Apr 13:58
b7b2fac
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • fix(logs): unreachable profile-attributes in logs by @Guts in #486

Features and enhancements 🎉

  • Feature: add rules engine by @Guts in #481
  • Feature: add datetime to rules context by @Guts in #484
  • Feature: retrieve win32 user groups by @Guts in #393
  • feature(rules): add user name and groups to rules context by @Guts in #489
  • tests(usergroups): add unit tests against user groups module and update tests by @Guts in #490
  • Refacto: move profiles rules filter to generic class and use it systematically in jobs by @Guts in #487
  • Refacto: move rules context into a structured object by @Guts in #491
  • feature(cli): add command to export rules context in current environment by @Guts in #492

Tooling 🔧

  • enhancement: improve reliability of version templater making sure that a SemVer compliant version number is passed by @Guts in #483

Documentation 📖

  • Docs: add local test qdt by @Guts in #488
  • Docs: add rules context dynamically by @Guts in #485

Review

Main reviewers: @jmkerloch and @florentfgrs

Full Changelog: 0.33.0...0.34.0