Skip to content

Tags: hatchet-dev/hatchet

Tags

v0.73.98

Toggle v0.73.98's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore: Remove payload WAL + corresponding tables 🥳 (#2645)

* chore: nuke the wal and cutover qi tables

* fix: migration name

v0.73.97

Toggle v0.73.97's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Payload List Index Performance (#2669)

* feat: update core func

* feat: migration to update function

* fix: pass batch size through

* fix: limit

* feat: materialized cte

* chore: comment

v0.73.96

Toggle v0.73.96's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Pagination by bounds (#2654)

* fix: pagination missing rows

* fix: separate functions

* fix: return both bounds from query

* fix: wiring

* fix: func

* fix: order col

* fix: bug

* fix: math is hard

* fix: more math

* fix: math and math and math

* fix: slightly more math

* fix: placeholders 🤦

* fix: where clause

* fix: math!

* fix: schema

* refactor: try with `CEIL`

* fix: mathin up a storm

* fix: I was actually a math major in college, who knew

* fix: copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v0.73.95

Toggle v0.73.95's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Pagination by bounds (#2654)

* fix: pagination missing rows

* fix: separate functions

* fix: return both bounds from query

* fix: wiring

* fix: func

* fix: order col

* fix: bug

* fix: math is hard

* fix: more math

* fix: math and math and math

* fix: slightly more math

* fix: placeholders 🤦

* fix: where clause

* fix: math!

* fix: schema

* refactor: try with `CEIL`

* fix: mathin up a storm

* fix: I was actually a math major in college, who knew

* fix: copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v0.73.94

Toggle v0.73.94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor: Write to S3 outside of goroutine (#2646)

* feat: refactor olap job

* fix: core

* fix: bug

v0.73.93

Toggle v0.73.93's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: OLAP Immediate Offloads (#2644)

* fix: only offload immediately if flag is set

* fix: offload directly

v0.73.92

Toggle v0.73.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Add oldest queued + running jobs to task stats (#2638)

* feat: add oldest item in task stat

* feat: extend query

* feat: api wiring

* fix: where we compute this

* chore: gen sdk

* chore: changelog, version

v0.73.91

Toggle v0.73.91's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Parallelize replication from PG -> External (#2637)

* feat: chunking query

* feat: first pass at range chunking

* fix: bug bashing

* fix: function geq

* fix: use maps.Copy

* fix: olap func

* feat: olap side

* refactor: external id

* fix: order by

* feat: wire up env vars

* fix: pass var through

* fix: naming

* fix: append to returnErr properly

* fix: use eg.Go

v0.73.90

Toggle v0.73.90's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Global Lease for OLAP (#2635)

* feat: global lease

* fix: null handling

* fix: core db

* feat: add some more spans

v0.73.89

Toggle v0.73.89's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: query logic bug (#2631)