Skip to content

Releases: xp-framework/core

12.11.0: I/O exceptions refactoring

Choose a tag to compare

@thekid thekid released this 21 Jun 12:07

Features

12.10.1: Archive resources

Choose a tag to compare

@thekid thekid released this 21 Jun 12:00

Bugfixes

  • Ensured the files used by the archive class loading mechanism are closed
    when the class loaders are garbage-collected
    (@thekid)

11.11.0: I/O exceptions refactoring

Choose a tag to compare

@thekid thekid released this 21 Jun 11:53

Features

  • Made nullable types compatible with all supported PHP versions - @thekid
  • Backported RFC #364 - I/O exceptions refactoring from XP 12 - @thekid

12.10.0: Spooling and buffers

Choose a tag to compare

@thekid thekid released this 23 Apr 17:31

Bugfixes

  • Fixed io.streams.StreamTransfer::transferAll() not correctly returning
    the number of written bytes as advertised
    (@thekid)

Features

  • Optimized reading from util.Bytes, iterables and strings in io.Blob class
    (@thekid)
  • Merged PR #362: Add a seekable input stream which spools to a temporary
    file: io.streams.SpooledInputStream
    (@thekid)
  • Merged PR #361: Have Buffer class implement the Seekable interface
    (@thekid)

12.9.0: I/O Blobs & filters

Choose a tag to compare

@thekid thekid released this 01 Apr 06:27

Features

12.8.0: UUID v7

Choose a tag to compare

@thekid thekid released this 01 Feb 08:34

Features

  • Merged PR #356: Implement UUID v7 - time-ordered UUIDs - @thekid

12.7.0: ISO8601 duration support

Choose a tag to compare

@thekid thekid released this 13 Dec 11:25

Bugfixes

  • Fixed util.Random warnings with PHP 8.5 - @thekid

Features

  • Merged PR #355: Work with DateInterval instances in util.TimeSpan
    (@thekid)
  • Added PHP 8.6, changed PHP 8.5 to no longer allow failures in CI
    (@thekid)

12.6.2: PHP 8.5 deprecation fixes

Choose a tag to compare

@thekid thekid released this 06 Sep 18:36

Bugfixes

  • Fixed PHP 8.5 deprecation warnings about using null as an array offset
    being deprecated
    (@thekid)

12.6.1: PHP 8.5 deprecations compatibility

Choose a tag to compare

@thekid thekid released this 16 Aug 18:21

Bugfixes

12.6.0: I/O API consistency

Choose a tag to compare

@thekid thekid released this 03 Aug 12:10

Features

  • Added optional $absolute parameter io.Path::resolve() which will
    return an absolute path given to it instead of calculating a relative
    address containing ../-segments.
    (@thekid)
  • Merged PR #353: Add size() to both FileInputStream and FileOutputStream
    (@thekid)
  • Merged PR #354: Consistency in memory I/O: Seeking, size() and bytes(),
    input casting, API docs
    (@thekid)