<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gorankusu/CHANGELOG.adoc, branch main</title>
<subtitle>The Go library for load testing HTTP and WebSocket endpoints.</subtitle>
<id>http://git.kilabit.info/gorankusu/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/gorankusu/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/'/>
<updated>2025-12-27T07:12:06Z</updated>
<entry>
<title>Release gorankusu v0.8.1 (2025-12-27)</title>
<updated>2025-12-27T07:12:06Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-12-27T07:11:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=34cb54fc8fc68dededfe57e42ba8ae50d0d91fda'/>
<id>urn:sha1:34cb54fc8fc68dededfe57e42ba8ae50d0d91fda</id>
<content type='text'>
[CHORE]
Update README for broken link in example.
While at it, break the links that point to localhost and email.

[CHORE]
Run eslint from node_modules/.bin directory directly.
Using npx does not guarantee works on system installed nodejs.

[CHORE]
go.mod: set minimum Go version to 1.24.0 and update all dependencies.

</content>
</entry>
<entry>
<title>Release gorankusu v0.8.0 (2025-02-03)</title>
<updated>2025-02-03T13:50:43Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T13:50:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=9de29dcba4b24a04742e456104c8d7a1ef584814'/>
<id>urn:sha1:9de29dcba4b24a04742e456104c8d7a1ef584814</id>
<content type='text'>
[BREAKING CHANGES]
The git submodule in "_www/wui" has been renamed to "_www/pakakeh_ts".
If you have cloned this project before, you need to rename the sub directory
manually and re-init it.
----
$ mv _www/wui _www/pakakeh_ts
$ git submodule update --init
----

[CHORE]
The linter has been replaced many times, from revive to "go vet", and from
using binary form of fieldalignment and shadow; to use internal command
gocheck that do the same things, which simplify our setup.

[CHORE]
Split the CSS into separate file.
This is allow modifying the CSS without touching the index.html, and may be
used by other HTML files later.

[CHORE]
Fix some broken links in the documentation pages, including link to
Changelog, README, and SPEC.
</content>
</entry>
<entry>
<title>_www/doc: move original CHANGELOG to root of repository</title>
<updated>2025-02-03T13:11:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T12:08:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=2e26d5517f8865aea7f6f7f1e3e7e9c6c89f0b4c'/>
<id>urn:sha1:2e26d5517f8865aea7f6f7f1e3e7e9c6c89f0b4c</id>
<content type='text'>
The idea is to allow developer who browse the repository to see the file
immediately.
The one in the doc/ directory now contains the symlink.
</content>
</entry>
<entry>
<title>all: group all documentations under directory _doc</title>
<updated>2022-08-25T04:44:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-25T04:04:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=79821d0ee69809fe387293bbe52dcdb0075196d7'/>
<id>urn:sha1:79821d0ee69809fe387293bbe52dcdb0075196d7</id>
<content type='text'>
The _doc directory provides an entry point for all documentation.

While at it we reformat the README to use AsciiDoc markup.
</content>
</entry>
<entry>
<title>Release trunks v0.2.0 (2022-03-13)</title>
<updated>2022-03-13T17:16:35Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-03-13T14:02:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=1abeccb5fea0aa95873fa1aab7c8cca41567a25e'/>
<id>urn:sha1:1abeccb5fea0aa95873fa1aab7c8cca41567a25e</id>
<content type='text'>
Release trunks under GPL 3.0 or later license.

See https://kilabit.info/journal/2022/gpl for more information.
</content>
</entry>
<entry>
<title>all: changes the license of trunks software to GPL 3.0 or later</title>
<updated>2022-03-13T17:16:34Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-03-13T10:06:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=126c72f285bc75dcff026a2c966afbb5cf294b44'/>
<id>urn:sha1:126c72f285bc75dcff026a2c966afbb5cf294b44</id>
<content type='text'>
See https://kilabit.info/journal/2022/gpl for more information.
</content>
</entry>
<entry>
<title>Release trunks v0.1.0 (2022-02-05)</title>
<updated>2022-02-05T14:33:44Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-02-05T14:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=42dbd5ef7b4e0b1975f792067e11486bf76b3b6c'/>
<id>urn:sha1:42dbd5ef7b4e0b1975f792067e11486bf76b3b6c</id>
<content type='text'>
Module trunks is a library and HTTP service that provide web user interface
to test HTTP service, similar to Postman, and for load testing.

For the load testing we use vegeta [1] as the backend.
</content>
</entry>
</feed>
