Skip to content

Releases: orptech-com/laravel-migration-partition

v12.0.1

08 Sep 09:56
04c93b4
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #42
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #43
  • [12.x] Fixes issues related to Laravel 12, introduces minor refactoring by @megasteve19 in #44

Full Changelog: v12.0.0...v12.0.1

v12.0.0

19 May 12:54
41c5069
Compare
Choose a tag to compare

What's Changed

  • Laravel 12 support
  • Updated facades from Laravel 12's base schema facade
  • Ability to not define primary keys, adapted from @briets's PR with minor tweaks. (#25)
  • Bumped CI version for Dependabot

Important
Please do test your application on a safe environment before migrating to this new version. Do not apply this switch directly in production for your own safety.

Full Changelog: v11.0.0...v12.0.0

v11.0.0

08 Jun 11:07
92f6feb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.4...v11.0.0

v4.0.4

27 Nov 11:32
4af8114
Compare
Choose a tag to compare

Updated the version to include minor changes on the README.md file.

v4.0.3

26 May 20:35
b09b0a6
Compare
Choose a tag to compare
Merge pull request #20 from orptech-com/dependabot/github_actions/dep…

v4.0.2

18 Feb 19:44
e1cc2e1
Compare
Choose a tag to compare

Laravel 10 compatability.

v3.0.0

12 Oct 09:42
754f122
Compare
Choose a tag to compare
  • Series partition creation commands for range, list and hash partitions.
  • New naming convention in order to provide extendability.
  • Ability to attach, and detach partitions.
  • Support for native Illuminate methods.
  • Updated README to provide more in-depth usage guidance.

This is a major release and is NOT backward compatible.

v2.0.0

10 Oct 09:40
eaca44d
Compare
Choose a tag to compare
  • Changed the range partition naming convention.
  • Added support for hash partitioning.
  • Added support for list partitioning.

v1.0.6

08 Oct 19:31
Compare
Choose a tag to compare

Added attachPartition method.

v1.0.5

06 Oct 11:15
Compare
Choose a tag to compare

Added README.md indicators.