Skip to content

Releases: plone/cookiecutter-zope-instance

CORS support.

06 Mar 12:29
Compare
Choose a tag to compare
  • Feature: Add CORS support by generating a cors.zcml if enabled.
    [@jensens, 2024-03-06]

ZCML BBB

05 Mar 10:44
Compare
Choose a tag to compare

Fix: Implement a fallback to old zcml configurations Fixes #18. [@ericof, 2024-03-01]

Breakings, features and bugfixes

28 Feb 17:24
2dd1f2b
Compare
Choose a tag to compare

Attention, the config file-format changed incompatible for 2 settings:

  • all ZCML related is flattened (see README)
  • Real boolean values for verbose_security and debug_mode , not strings anymore.

Log:

  • Feature: Implement #14 Generate RelStorage specific pack/import/export configuration.
    [@jensens, 2024-02-21]

  • Feature: Helper script to transform an input configuration file for
    cookie-cutter-zopeinstance from environment variables with a given prefix
    and output the result to a file.
    [@jensens, 2024-01-22]

  • Feature: Generate absolute paths in outputs.
    Fixes #5
    [@me-kell, @jensens, 2024-01-22]

  • Breaking: Flatten zcml variables dict to multiple variables prefixed with zcml.
    This allows for modification of variables in Docker entry points.
    [@jensens, 2024-01-21]

  • Bugfix: Boolean values in configuration are always true or false (bool).
    Unified for verbose_security and debug_mode.
    [@jensens, 2024-01-21]

  • Bugfix: typo db_relstorage_orcale_* in cookiecutter.json fixed.
    [@mliebischer, @jensens, 2024-02-28]

  • Bugfix: profile_repoze_* settings were not taken into account.
    [@mliebischer, @jensens, 2024-02-28]

  • Bugfix: Remove unused setting deprecation_warnings from cookiecutter.json.
    [@mliebischer, @jensens, 2024-02-28]

Settled state

22 Jan 23:34
Compare
Choose a tag to compare

Release the working state as is. It is stable but not perfect.

In working condition

24 Oct 14:16
9918326
Compare
Choose a tag to compare
In working condition Pre-release
Pre-release

Rock solid for general use cases, may need more testing with more exotic settings.

Initial release

03 May 10:15
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is an initial beta release