Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jolicode/castor

Release v1.0.0

10 Oct 11:37
6e3120c

Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v1.0.0

Release v0.29.0

09 Oct 22:36
6a21a6b

Choose a tag to compare

What's Changed

Features

Documentation

Internal

New Contributors

Full Changelog: v0.28.0...v0.29.0

Release v0.28.0

24 Sep 09:44
9a9d0db

Choose a tag to compare

What's Changed

Fixes

Features

  • Improve init command with more clear messages by @Nek- in #678
  • Allow specifying Castor version during installation by @alborq in #676
  • Fill gitignore with castor stub on init by @Nek- in #677

Documentation

Internal

New Contributors

Full Changelog: v0.27.0...v0.28.0

Release v0.27.0

02 Sep 09:05
902f376

Choose a tag to compare

What's Changed

Fixes

  • Fix using castor exec without a castor.php file by @joelwurtz in #663

Features

  • Add iconv extension to the static binary by @joelwurtz in #666
  • Support having -- option with raw tokens which avoid interpretation of the next arguments by @joelwurtz in #665
  • Allow to set memory_limit dynamically via CASTOR_MEMORY_LIMIT environment variable by @joelwurtz in #667

Documentation

  • Improve documentation website SEO by @pyrech in #669
  • Add tooling to work on documentation by @pyrech in #668

Internal

  • Update dependencies and remove hack for shell verbosity by @joelwurtz in #671

Full Changelog: v0.26.0...v0.27.0

Release v0.26.0

11 Jul 09:05
62831a8

Choose a tag to compare

What's Changed

Feature

Documentation

Internal

  • Load castor context is autocomplete mode by @lyrixx in #657
  • Updated vendor and tooling by @lyrixx in #659
  • Renamed Context::__debugInfo() to Context::getDebugInfo() by @lyrixx in #653

Full Changelog: v0.25.0...v0.26.0

Release v0.25.0

13 Jun 09:58

Choose a tag to compare

What's Changed

Features

  • Allows repack without Castor logo e.g. castor repack --no-logo
  • Add static build for the Linux arm64 architecture

Fixes

  • Fix context parsing, especially when using a task alias
  • Do not load user files when displaying version
  • Add a workaround to fix a bug in PHP 8.4, proxy object, and repacked application

Internal

  • Update all PHP vendor
  • Fix some CI issues (use github tokens)

New Contributors

Full Changelog: v0.24.0...v0.25.0

Release v0.24.0

25 Apr 09:46
476c82d

Choose a tag to compare

What's Changed

Features

  • Improve decrypt_file_with_password() with smart .enc extension handling
    and file overwrite protection by @tigitz in #624
  • Add zip(), zip_binary(), and zip_php() functions to create password-protected
    zip archives with various compression methods and configurable compression levels by @tigitz in #626
  • Add support for static binaries when installing castor with the installer by @lyrixx in #632

Fixes

  • Add proper .enc extension to files encrypted with encrypt_file_with_password() by @tigitz in #624

Internal

  • Add tests for decrypt_file_with_password() and encrypt_file_with_password() by @tigitz in #624
  • Silent curl command in bash installer by @lyrixx in #631
  • Updated vendor

Documentation

  • Add some documentation about missing classes in repacked application by @lyrixx in #633

Release v0.23.0

06 Mar 13:50
d81cb4c

Choose a tag to compare

What's Changed

Features

  • Add force parameter to the cache helper function by @pyrech in #610
  • Add getAttributes() method to TaskCommand by @TheoD02 in #616
  • Add CASTOR_MEMORY_LIMIT environment variable to set the memory limit when using the run_php() function by @joelwurtz in #621

Fixes

Internal

Documentation

Full Changelog: v0.22.1...v0.23.0

Release v0.22.1

31 Jan 09:37
484a3fb

Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.22.1

Release v0.22.0

30 Dec 16:03
ac7fa92

Choose a tag to compare

What's Changed

Features

  • Add support for some crypto functions by @lyrixx in #583
  • Add AsPathArgument and AsPathOption attributes for paths autocompletion by @pyrech in #589
  • Tweak path directory suggestions to include a leading dir separator by @pyrech in #597

Fixes

  • Add more missing vendor classes to stubs by @pyrech in #580
  • Add a way to disable stubs generation by @lyrixx in #581

Documentation

  • Document all the environment variables supported by Castor by @pyrech in #584
  • Fix documentation for wait_for_docker_container() by @pyrech in #577
  • update twitter x link by @lyrixx in #578
  • Fix typo in dot-env.md by @sfavot in #585
  • Fix depraction in in doc about run() by @lyrixx in #586
  • Clarify usage of load_dot_env() function by @lyrixx in #587
  • Clarification about desktop notification by @pyrech in #591

Internal

New Contributors

Full Changelog: v0.21.0...v0.22.0