Skip to content

Commit dd1bf96

Browse files
docs: regenerate README from updated HISTORY fragment
1 parent c3d0ee5 commit dd1bf96

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

spp_cel_domain/README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,17 @@ Dependencies
142142
Changelog
143143
=========
144144

145+
19.0.2.1.0
146+
~~~~~~~~~~
147+
148+
- feat(sql): compile CEL ternary expressions to SQL CASE via
149+
``to_sql_case``, with ``case_when``/``comparison`` builders and a
150+
right-associative ternary parsing fix
151+
- fix(translator): smart operator label lookup is read-only — never
152+
creates vocabulary records or uses ``sudo()`` during expression
153+
compilation
154+
- test(translator): add coverage for the CEL translation cache helpers
155+
145156
19.0.2.0.0
146157
~~~~~~~~~~
147158

spp_cel_domain/static/description/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,18 @@ <h2><a class="toc-backref" href="#toc-entry-1">Changelog</a></h2>
522522
</div>
523523
</div>
524524
<div class="section" id="section-1">
525+
<h1>19.0.2.1.0</h1>
526+
<ul class="simple">
527+
<li>feat(sql): compile CEL ternary expressions to SQL CASE via
528+
<tt class="docutils literal">to_sql_case</tt>, with <tt class="docutils literal">case_when</tt>/<tt class="docutils literal">comparison</tt> builders and a
529+
right-associative ternary parsing fix</li>
530+
<li>fix(translator): smart operator label lookup is read-only — never
531+
creates vocabulary records or uses <tt class="docutils literal">sudo()</tt> during expression
532+
compilation</li>
533+
<li>test(translator): add coverage for the CEL translation cache helpers</li>
534+
</ul>
535+
</div>
536+
<div class="section" id="section-2">
525537
<h1>19.0.2.0.0</h1>
526538
<ul class="simple">
527539
<li>Initial migration to OpenSPP2</li>

0 commit comments

Comments
 (0)