Skip to content

DNM: build(deps): libz-sys v1.1.8 -> v1.1.19 #32503

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

Draft
wants to merge 110 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
55aad73
release: bump to version v0.130.0
materialize-bot Jan 17, 2025
023af02
adapter/storage: Cast MySQL `bit` columns to `uint8`, add convience f…
ParkMyCar Jan 21, 2025
397a067
Follow through on requested batch deletes by default
bkirwi Jan 17, 2025
71b6e45
persist: support for Azure blob storage (#30817)
pH14 Jan 17, 2025
9973f5b
Mark other azure blob store tests in CI
def- Jan 19, 2025
f0a6c3b
Switch Data Ingest test to minio again
def- Jan 19, 2025
18d284e
bin/environmentd: Fix default blob path
def- Jan 18, 2025
c468c71
ci: Fix names in nightly pipeline
def- Jan 17, 2025
36ef077
release: bump to version v0.130.1
ggevay Jan 21, 2025
b66633c
materialized: strip debuginfo
benesch Jan 27, 2025
c6c32c9
release: bump to version v0.130.2
benesch Jan 27, 2025
c0a7b4a
[persist] refactor Blob impl for Azure for higher performance (#31127)
ParkMyCar Jan 28, 2025
e83cbb1
sql: Valid IDs in INSPECT SHARD (#31180)
jkosh44 Jan 24, 2025
754b072
fix error detecting azure blobstore scheme
jubrad Jan 29, 2025
ae6fbaf
release: bump to version v0.130.3
def- Jan 31, 2025
70b8e67
loosen version upgrade checks to allow for lts version upgrades
doy-materialize Jan 23, 2025
48f46bb
Allow encoding batches with only structured data
bkirwi Jan 15, 2025
61d1160
Allow decoding structured-only data
bkirwi Jan 15, 2025
2ffda12
Add a new batch format variant
bkirwi Jan 15, 2025
2ee207d
Enable structured-only writes in CI
bkirwi Jan 15, 2025
12ccafc
Decode structured-only data from proto
bkirwi Jan 15, 2025
003c416
Fill in codec data at read time where needed
bkirwi Jan 16, 2025
8f695c7
Validate method now always has decoded types available
bkirwi Jan 16, 2025
08ed6e5
Normalize away the encoded part
bkirwi Jan 16, 2025
ec8dbf9
Make decoding codec data optional in FetchedPart
bkirwi Jan 17, 2025
9c8cd9a
Refactor FetchedPart to avoid as much decoding as possible
bkirwi Jan 20, 2025
1662058
Comments suggested by review
bkirwi Jan 24, 2025
ef31dc6
Fix EXPLAIN column names for Project
ggevay Jan 25, 2025
78c7947
GCP terraform + helm-chart test
def- Jan 28, 2025
27763d5
ci: Force-destroy terraform only in terraform tests
def- Feb 4, 2025
ce24938
Disable activity log for self-managed
SangJunBak Feb 7, 2025
05cb032
conditionally create mz_system and mz_probe cluster replicas (#31452)
SangJunBak Feb 13, 2025
4674666
Thread through timeouts for Azure
bkirwi Feb 10, 2025
3a26322
PersistConfig is integrated with LD!
bkirwi Feb 10, 2025
e28da13
ci: Only run terraform tests in Nightly for now
def- Feb 21, 2025
b6a2f23
terraform tests: Set default replication factors
def- Feb 14, 2025
a8110f9
terraform test: New version with local helm chart support
def- Feb 18, 2025
236b4d3
Change catalog server default size to 25cc
SangJunBak Feb 18, 2025
0ead3e0
use the last path component for finding the image name
doy-materialize Feb 18, 2025
4b28ad4
expose balancerd and console node selectors in the helm chart
doy-materialize Feb 18, 2025
de8f700
move other related configuration under the balancerd and console keys
doy-materialize Feb 18, 2025
558c6ab
Azure terraform + helm-chart test
def- Feb 20, 2025
ac99eb5
Fix EXPLAIN LOCALLY OPTIMIZED PLAN for constant views
ggevay Feb 24, 2025
37b567c
Rename explain/view.slt to locally_optimized_plan.slt, and move out r…
ggevay Feb 24, 2025
a79660d
Add EXPLAIN slt without an explicit stage or format
ggevay Feb 24, 2025
cef93c1
terraform tests: Use self-managed debug tool
def- Feb 24, 2025
fed4a24
Update `LICENSE` to allow cluster use (#31603)
frankmcsherry Feb 25, 2025
4cfa577
Bump console image tag to 25.2.0
SangJunBak Feb 26, 2025
cebdfff
Try to fix Docker image with new nginx trick
def- Feb 26, 2025
df7c747
Use prior console nginx template for materialized-base
jubrad Feb 27, 2025
69260c4
Fix EXPLAIN printing of `count(DISTINCT true)`
ggevay Feb 7, 2025
0f97484
Minor refactoring of `count(*)` handling
ggevay Feb 7, 2025
84c4409
release: bump to version v0.130.4
def- Feb 27, 2025
3a27403
start, return an AdapterError::Internal instead of panicking
ParkMyCar Feb 27, 2025
7ae1a5b
[parser] Wrap subscripted expression in parens when it ends with a ty…
ggevay Feb 28, 2025
0f7b949
[parser tests] Refactor redacted reparse check
ggevay Feb 28, 2025
19001dd
[parser] Refactor the handling of complex expressions in casts
ggevay Mar 1, 2025
b47f185
[parser] No need to insert extra parens when there is a scalar subque…
ggevay Mar 1, 2025
f1a10b1
[parser] No need to insert extra parens when there is a parameter in …
ggevay Mar 1, 2025
052fc48
start, add a few more Consensus configs to dyncfg
ParkMyCar Mar 7, 2025
71c3cc1
bin/fmt
ParkMyCar Mar 7, 2025
ef2ee6e
optimizer: Canonicalize equivalences in `ReductionPushdown`
ggevay Mar 10, 2025
485afd8
parser: Comment tweaks in FormatMode and other places
ggevay Mar 14, 2025
424e1c6
Add `SHOW REDACTED CREATE ...`
ggevay Mar 14, 2025
ea0d0c3
docs: add redacted description
kay-kim Mar 17, 2025
5e36d71
Change the codeowner of `sqllogictest` to `testing`
ggevay Mar 17, 2025
9843f2f
tests: Fix slt's rewriting of colnames with spaces
ggevay Mar 17, 2025
1631e76
tests: Add newline handling to slt when `multiline` is not specified
ggevay Mar 17, 2025
f76a41c
deploy: Add Unicode-3.0 license to about.toml too
def- Mar 4, 2025
605d3a7
ci-builder: Bump cargo-about version
def- Mar 4, 2025
81ab426
release: bump to version v0.130.6
def- Mar 24, 2025
5b82280
ci: Fix typos in AWS agents, bump number of agents before considering…
def- Jan 23, 2025
6f7be0e
release: bump to version v0.130.7
def- Mar 24, 2025
339b052
Extract Let prefixes from LetRec stages
frankmcsherry Jan 8, 2025
39d9481
Update tests
frankmcsherry Mar 19, 2025
5e24a24
Enable feature flag
frankmcsherry Mar 19, 2025
be8bb40
Add test
frankmcsherry Mar 19, 2025
bbbbd87
Enable flag in tests
frankmcsherry Mar 20, 2025
801965a
Remove trailing space, most serious of problems
frankmcsherry Mar 20, 2025
9399d54
optimizer: Run ProjectionPushdown after the last RelationCSE
ggevay Mar 9, 2025
45ba5f7
Add feature flag enable_projection_pushdown_after_relation_cse
ggevay Mar 9, 2025
930df47
tests: Delete all EXPLAINs from testdrive-old-kafka-src-syntax/source…
ggevay Mar 13, 2025
d8a5717
Fix mege skew in normalize_lets.slt
ggevay Mar 24, 2025
107f8ab
release: bump to version v0.130.8
def- Mar 26, 2025
8144ead
start, remove the persist_record_schema_id dyncfg
ParkMyCar Feb 25, 2025
0e30adf
remove, persist_write_diffs_sum dyncfg
ParkMyCar Feb 25, 2025
950943f
remove persist_enable_one_alloc_per_request dyncfg
ParkMyCar Feb 25, 2025
db5d84d
helm-chart: remove C size clusters from values file
bobbyiliev Feb 5, 2025
5f22049
upgrade tests: Test direct upgrade from last LTS version
def- Jan 24, 2025
31b1cde
release: bump to version v0.130.9
def- Apr 10, 2025
b7e0671
[persist] Be defensive when we have structured only data (#32173)
ParkMyCar Apr 11, 2025
d1e7dc0
release: bump to version v0.130.10
ParkMyCar Apr 12, 2025
5f858b7
Advance and consolidate remap updates (#31248)
frankmcsherry Jan 31, 2025
983e0a7
storage: pick largest possible `as_of` frontiers for ingestions
petrosagg Feb 11, 2025
9316bf6
make sure we advance times by the minimum since frontier
petrosagg Feb 11, 2025
10ec98a
handle empty remap_since
petrosagg Feb 11, 2025
dd94e5c
Always enable lgalloc, unless disabled
antiguru Feb 14, 2025
5983281
Address comments, fix tests
antiguru Feb 17, 2025
cc7b93c
Fix tests
antiguru Feb 18, 2025
bc705a0
cloudtest: Fix test_disk_label
def- Feb 18, 2025
5158b5c
release: bump to version v0.130.11
def- Apr 24, 2025
49f4223
[persist] Postgres specific consensus queries (#32389)
ParkMyCar May 5, 2025
00a4b1c
release: bump to version v0.130.12
ParkMyCar May 5, 2025
31ae451
Merge pull request #31455 from teskje/fix-clusterclient-deadlock
teskje Feb 11, 2025
c93be66
Merge pull request #31466 from teskje/fix-reconnect-dropped-activations
teskje Feb 12, 2025
f6f938d
Merge pull request #31523 from teskje/global-distributor-dataflow
teskje Mar 4, 2025
98852d1
Merge pull request #32017 from teskje/compute-future-epoch
teskje Mar 27, 2025
9f3de0d
fix docs
ParkMyCar May 14, 2025
80e8aed
release: bump to version v0.130.13
ParkMyCar May 14, 2025
28c34e1
build(deps): libz-sys v1.1.8 -> v1.1.19
def- May 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
/src/sql/src/plan/lowering.rs @MaterializeInc/cluster
/src/sql-lexer @MaterializeInc/adapter
/src/sql-parser @MaterializeInc/adapter
/src/sqllogictest @MaterializeInc/adapter
/src/sqllogictest @MaterializeInc/testing @ggevay
/src/ssh-util @MaterializeInc/cluster
/src/storage @MaterializeInc/cluster
/src/storage-client @MaterializeInc/cluster
Expand Down
Loading