<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-gg/CHANGELOG.md, branch v1.16.0</title>
<subtitle>Generic Groundwork: My personal extension of the standard library</subtitle>
<id>http://git.xyrillian.de/go-gg/atom/CHANGELOG.md?h=v1.16.0</id>
<link rel='self' href='http://git.xyrillian.de/go-gg/atom/CHANGELOG.md?h=v1.16.0'/>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/'/>
<updated>2026-09-17T14:23:32Z</updated>
<entry>
<title>v1.16.0</title>
<updated>2026-09-17T14:23:32Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-09-17T14:23:32Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=7b1cca50c21a6156824e276e2b6c662d33cc9071'/>
<id>urn:sha1:7b1cca50c21a6156824e276e2b6c662d33cc9071</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oblast: import from go.xyrillian.de/oblast</title>
<updated>2026-09-17T14:21:40Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-09-17T14:21:40Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=63df99f2e1c742069464d219a9f340c1f8f5bd90'/>
<id>urn:sha1:63df99f2e1c742069464d219a9f340c1f8f5bd90</id>
<content type='text'>
- type RuntimeIndex is left behind for now because I don't want to
  commit to the method names yet
- the "OrNone" methods are removed in favor of gsql.NoneIfNoRows()
</content>
</entry>
<entry>
<title>gsql: add NoneIfNoRows</title>
<updated>2026-09-17T13:50:45Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-09-17T13:50:45Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=fe37a82d0495a8b59b80677dd42d0d94ffafdfb4'/>
<id>urn:sha1:fe37a82d0495a8b59b80677dd42d0d94ffafdfb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v1.15.0</title>
<updated>2026-09-08T16:30:48Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-09-08T16:30:48Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=5e9fc455839499ff8f5600ef1515ca4668d9049c'/>
<id>urn:sha1:5e9fc455839499ff8f5600ef1515ca4668d9049c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gsql: change WithinTransaction methods to take sql.TxOptions</title>
<updated>2026-09-08T16:26:06Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-09-08T16:26:05Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=9686269498477d0b56caf06166a975a25248b1c1'/>
<id>urn:sha1:9686269498477d0b56caf06166a975a25248b1c1</id>
<content type='text'>
This makes them usable as replacements for BeginTx + Commit/Rollback.
</content>
</entry>
<entry>
<title>assert: improve string literal representation in ErrEqual output</title>
<updated>2026-08-19T15:29:43Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-19T15:29:43Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=a6eb1abe75f1abc807d98c48dd1edc86c54cefb9'/>
<id>urn:sha1:a6eb1abe75f1abc807d98c48dd1edc86c54cefb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v1.14.0</title>
<updated>2026-08-18T11:46:32Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-18T11:46:32Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=3d759dc6793050edd7ca8ee25b7042c4361fa37c'/>
<id>urn:sha1:3d759dc6793050edd7ca8ee25b7042c4361fa37c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>assert: add Panics, PanicsWith</title>
<updated>2026-08-18T09:30:54Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-18T09:30:54Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=50ba9cfb04e257fafa3fdd566f9f70a1986339e8'/>
<id>urn:sha1:50ba9cfb04e257fafa3fdd566f9f70a1986339e8</id>
<content type='text'>
I want to use this for test coverage in microprom.

This turned out to be a bigger change than expected because testcapture
has a dependency on assert, which I had to invert to be able to use
testcapture.Capture() in assert.
</content>
</entry>
<entry>
<title>v1.13.3</title>
<updated>2026-08-05T19:47:45Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-05T19:47:45Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=2d21cde4673452e77c9c3b8ba55dc2cff8709368'/>
<id>urn:sha1:2d21cde4673452e77c9c3b8ba55dc2cff8709368</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pgruntime: add ConnectionTarget.ApplicationName attribute</title>
<updated>2026-08-05T19:47:03Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-08-05T19:47:03Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-gg/commit/?id=41d7a246f83d4ea44afb77a817e00a97a8ff5e40'/>
<id>urn:sha1:41d7a246f83d4ea44afb77a817e00a97a8ff5e40</id>
<content type='text'>
</content>
</entry>
</feed>
