Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Fostrian from 1.2.1 to 4.0.0 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps Fostrian from 1.2.1 to 4.0.0.

Release notes

Sourced from Fostrian's releases.

Fostrian 4 Preview 1

Important

This is a pre-release version of Fostrian.

Library namespace changed back to Fostrian from LibFostrian.

Saving as 1.1, 1.2 and 1.3 is no longer possible since these versions are no longer going to be supported. Reading from these versions is still possible until 25 May 2024.

No other important news are expected until 25 May 2024 where versions 1.1,1.2 and now 1.3 are no longer supported and removed from the library (alongside with the Start/End Byte Mark).

Changelog:

  • Added a safety check on each stream read to see if correct amount of data is read. If not then Fostrian will throw an exception.
  • Moved the "End of stream reached prematurely." to its own separate exception.

Fostrian 4:

  • Allow compression of files with GZip and Deflate. (#8)
  • Allow Encryption (#11)
  • Creation, Last Access and Last Modify Dates for each node (#10)
  • Implement Lazy Load (#7)
  • Add "FSTRN" signature to files.
  • New Node Types (#9):
    • Data Node (File Stream, Memory Stream)
    • Soft-link node
    • Hard-link node

Fostrian 1.3

Important

The library's namespace is changed from LibFoster to LibFostrian and classes/enums like FostrianNode are moved away from the Fostrian.cs file which means now Fostrian nodes no longer need the using static LibFoster.Fostrian; or Fostrian.FostrianNode to work.

All exceptions are moved to Exceptions namespace.

Fostrian now can throw exception when trying to open a file created by a future release.

FVF Representative bytes are obsolete and Fostrian now uses a custom flag in front of the node to determine its type.

StartByte and EndByte is now obsolete and we get the information about when a data starts or ends with a Int32 size. This also gets rid of using Seek function which causes.

Changes

New Data Types:

  • Byte
  • SByte
  • DateTime
  • Decimal
  • Byte Array
  • TimeSpan

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
Fostrian [< 2, > 1.2.1]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Fostrian](https://github.com/haltroy/Fostrian) from 1.2.1 to 4.0.0.
- [Release notes](https://github.com/haltroy/Fostrian/releases)
- [Commits](https://github.com/haltroy/Fostrian/compare/1.2.1...4.0)

---
updated-dependencies:
- dependency-name: Fostrian
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants