You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-49Lines changed: 25 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
<!-- Template: after a release, copy and paste out below
8
-
## [Unreleased]
8
+
## [Unreleased] - YYYY-MM-DD
9
9
10
10
### Added
11
11
@@ -23,64 +23,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
Thank you to all who have contributed!
24
24
-->
25
25
26
-
## [1.0.0-rc.2]
26
+
## [1.0.0-rc.3] - 2024-12-10
27
27
28
-
### Added
29
-
30
-
### Changed
31
-
32
-
### Deprecated
28
+
Thank you to all who have contributed!
33
29
34
-
### Fixed
30
+
##[1.0.0-rc.2] - 2024-11-04
35
31
36
-
### Removed
32
+
Thank you to all who have contributed!
37
33
38
-
### Security
34
+
##[1.0.0-rc.1] - 2024-10-02
39
35
40
-
### Contributors
41
36
Thank you to all who have contributed!
42
37
43
-
## [1.0.0-rc.1]
44
-
45
-
### Added
38
+
## [0.14.9] - 2024-09-26
46
39
47
40
### Changed
41
+
- With full, closed schema, the planner will now give a plan-time warning when it can prove an exclude path will never
42
+
exclude a value (relevant issue -- https://github.com/partiql/partiql-lang/issues/91).
48
43
49
-
### Deprecated
50
-
51
-
### Fixed
52
-
53
-
### Removed
54
-
55
-
### Security
44
+
### Experimental Changes
45
+
-**BREAKING**: For the _experimental_`org.partiql.lang.domains` of `PartiqlLogical`, `PartiqlLogicalResolved`, and `PartiqlPhysical`,
46
+
the modeling of DML has changed substantially. These changes, while considered breaking changes, are part of an
47
+
experimental area of the PartiQL library and thus do not mandate a major-version bump of this library. Consumers
48
+
of these experimental APIs should be wary of these changes.
56
49
57
50
### Contributors
58
-
Thank you to all who have contributed!
59
-
60
-
## [0.14.8]
61
-
62
-
### Added
51
+
-@alancai98
52
+
-@dlurton
53
+
-@johnedquinn
63
54
64
-
### Changed
65
-
66
-
### Deprecated
55
+
## [0.14.8] - 2024-08-19
67
56
68
57
### Fixed
69
58
- Case When Branch inference will preserve type constraint for String Type and Decimal Type, if no coercion is required.
70
-
### Removed
71
-
72
-
### Security
73
59
74
60
### Contributors
75
61
Thank you to all who have contributed!
76
62
77
-
## [0.14.7]
63
+
## [0.14.7] - 2024-08-05
78
64
79
65
### Fixed
80
66
-`partiql-lang`'s `PartiQLParserBuilder.standard()` will use the ANTLR dependency from `partiql-parser` to
81
67
prevent `NoSuchMethodError`s
82
68
83
-
## [0.14.6]
69
+
## [0.14.6] - 2024-07-25
84
70
85
71
### Added
86
72
- Adds `PartiQLValueTextWriter` implementation of date, time, and timestamp values
@@ -98,25 +84,17 @@ org.partiql.parser.PartiQLParser, not the org.partiql.lang.syntax.PartiQLParser.
98
84
- partiql-parser: parses non-SFW expressions to be PartiQL `OUTER` bag operators
99
85
- partiql-ast: fixes missing parens from `bag_op` when printing using `SqlDialect`
100
86
101
-
### Deprecated
102
-
103
87
### Fixed
104
88
- Fixed classpath conflict for IsStaticTypeMeta
105
89
- Fixes ANTLR parser grammar file naming.
106
90
107
-
### Removed
108
-
109
-
### Security
110
-
111
91
### Contributors
112
92
Thank you to all who have contributed!
113
-
- @<your-username>
114
-
115
93
-@rchowell
116
94
-@alancai98
117
95
-@johnedquinn
118
96
119
-
## [0.14.5]
97
+
## [0.14.5] - 2024-04-26
120
98
121
99
### Added
122
100
- partiql-ast: adds warning not to implement `AstVisitor` interface directly. Please extend `AstBaseVisitor` instead.
@@ -138,10 +116,6 @@ Thank you to all who have contributed!
138
116
- Updates the default `.sql()` method to use a more efficient (internal) printer implementation.
139
117
- Fixes aggregations of attribute references to values of union types. This fix also allows for proper error handling by passing the UnknownAggregateFunction problem to the ProblemCallback. Please note that, with this change, the planner will no longer immediately throw an IllegalStateException for this exact scenario.
140
118
141
-
### Removed
142
-
143
-
### Security
144
-
145
119
### Contributors
146
120
Thank you to all who have contributed!
147
121
-@rchowell
@@ -156,7 +130,7 @@ This is a pre-release containing:
156
130
157
131
Please note that these changes are subject to future breaking changes without warning.
158
132
159
-
## [0.14.4]
133
+
## [0.14.4] - 2024-03-14
160
134
161
135
### Added
162
136
- Added constrained decimal as valid parameter type to functions that take in numeric parameters.
@@ -1155,9 +1129,11 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
0 commit comments