Skip to content

Releases: JasperFx/marten

V7.39.3

21 Mar 17:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.39.2...V7.39.3

V7.39.2

20 Mar 11:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.39.0...V7.39.2

V7.39.1

14 Mar 11:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.38.0...V7.39.1

V7.39.0

13 Mar 17:10
Compare
Choose a tag to compare

What's Changed

  • Make sure to process compound parts depth first and do it recursively by @jakobt in #3711
  • Upgrade of Weasel for corrected postgres view delta detection by @jeremydmiller in #3712
  • Applying unaccent to ngram searches for better multilingual experience by @jakobt in #3713
  • New IEventStream.TryFastForwardVersion() API by @jeremydmiller in #3714
  • AES and PgCrypto encryption of connection strings for Master Table Tenancy Model by @mysticmind in #3715
  • Update metadata codegen to support records by @Hawxy in #3716
  • Exposing the existing functionality to wait for non stale data from t… by @jeremydmiller in #3718
  • Fix flaky test by @jakobt in #3717

Full Changelog: V7.38.1...V7.39.0

V7.38.1

01 Mar 22:00
46f14f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.38.0...V7.38.1

V7.38.0

27 Feb 17:01
390ba22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.37.3...V7.38.0

V7.37.3

18 Feb 16:47
ee9cb2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.37.2...V7.37.3

V7.37.2

14 Feb 19:58
Compare
Choose a tag to compare

What's Changed

  • #3661 Custom projection session gets disposed after first await in slicer by @erdtsieck in #3662
  • problems fetch latest on async custom projection on string ids by @erdtsieck in #3658
  • ProjectionWrapper honoring settings of projections based on EventFilterable by @netijoe in #3663
  • Add predicate for patching by @kyle69 in #3666
  • Added some notes about the CreateBy metadata tracking. Closes GH-3656 by @jeremydmiller in #3672
  • Fixing order of operations issue w/ generated projection code using p… by @jeremydmiller in #3671
  • Updating samples and documentation for using CustomProjection w/ Aggr… by @jeremydmiller in #3673

New Contributors

Full Changelog: V7.37.1...V7.37.2

V7.37.1

04 Feb 14:40
a0b339a
Compare
Choose a tag to compare

What's Changed

  • Upgrading JasperFx.Core, rudimentary support for OptionsDescription by @jeremydmiller in #3648
  • Show a hint in the duplicate projection exception by @AlexZeitler in #3646
  • Ignore ApplicationAssembly when scanning compiled types using AutoRegister by @pomianowski in #3645
  • ApplyMetadata() on SingleStreamProjection is applied during FetchForW… by @jeremydmiller in #3649
  • Setting app assembly on AutoRegister if it's missing to the entry ass… by @jeremydmiller in #3650

New Contributors

Full Changelog: V7.37.0...V7.37.1

V7.37.0

24 Jan 17:33
0a6d5dd
Compare
Choose a tag to compare

What's Changed

  • Correct FlatTableProjection being called FlatFileProjection by @jakobt in #3629
  • #3634 livestream aggregations break on multi tenancy by @erdtsieck in #3635
  • Add overload that allows a custom parameter placeholder. by @elexisvenator in #3622
  • Upgrading Weasel to get the new behavior around detaching partitions.… by @jeremydmiller in #3638
  • Little addition to docs on strong typed identifiers with FetchForWriting by @jeremydmiller in #3640
  • Input validation on projection registration to prevent invalid registrations of SingleStreamProjection by @jeremydmiller in #3639
  • Fix some issues with PostgreSQL not running with an english locale by @e-tobi in #3616
  • #3636 Explicit live aggregations should support string stream identities by @erdtsieck in #3637
  • Fix for value type Select(x => x.ValueTypeWrappingString) errors by @jeremydmiller in #3641

Full Changelog: V7.36.0...V7.37.0