f0606a0f82
Add Lua and JavaScript scripting documentation
2026-02-14 03:21:52 +04:00
3be8ff218c
Replace common.ToPtr with Go 1.26 builtin new and add go fix to CI
2026-02-13 18:56:10 +04:00
7cb49195f8
Bump Go to 1.26.0 and golangci-lint to v2.9.0
...
Drop GOEXPERIMENT=greenteagc flag as the green tea GC is now the default in Go 1.26.
2026-02-11 22:07:52 +04:00
c1584eb47b
Remove unused functions and unexport internal sentinel error
2026-02-09 00:06:01 +04:00
6a713ef241
Build request data through RequestData struct instead of fasthttp directly
...
Refactor request generators to populate a script.RequestData intermediate struct, then apply it to fasthttp.Request in one step. This eliminates the round-trip conversion (fasthttp → RequestData → fasthttp) when scripts are enabled. Remove the URL field from RequestData and the now-unused fasthttp conversion functions from chain.go.
2026-02-08 03:52:39 +04:00
6dafc082ed
Introduce structured error types and bump Go/linter versions
...
Replace ad-hoc fmt.Errorf/errors.New calls with typed error structs across config, sarin, and script packages to enable type-based error handling. Add script-specific error handlers in CLI entry point. Fix variable shadowing bug in Worker for scriptTransformer. Bump Go to 1.25.7 and golangci-lint to v2.8.0.
2026-02-08 02:54:54 +04:00
e83eacf380
Merge branch 'main' of https://github.com/aykhans/sarin into feat/add-scripting
2026-02-05 00:20:53 +04:00
c2ba1844ab
Merge pull request #168 from aykhans/dependabot/go_modules/github.com/charmbracelet/bubbles-0.21.1
...
Bump github.com/charmbracelet/bubbles from 0.21.0 to 0.21.1
2026-02-04 22:23:29 +04:00
dependabot[bot]
054e5fd253
Bump github.com/charmbracelet/bubbles from 0.21.0 to 0.21.1
...
Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles ) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/charmbracelet/bubbles/releases )
- [Commits](https://github.com/charmbracelet/bubbles/compare/v0.21.0...v0.21.1 )
---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbles
dependency-version: 0.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-04 00:14:30 +00:00
533ced4b54
add scripting js/lua
2026-01-28 14:21:08 +04:00
c3ea3a34ad
Merge pull request #167 from aykhans/add-badges
...
Add pkg.go.dev, Go Report Card, and license badges
2026-01-26 15:36:48 +04:00
aykhans
c02a079d2a
Use vanity URL for Go Report Card badge
2026-01-26 11:35:55 +00:00
aykhans
f78942bfb6
Add pkg.go.dev, Go Report Card, and license badges
2026-01-26 11:32:20 +00:00
1369cb9f09
Merge pull request #165 from aykhans/feat/file-upload-support
...
Add file upload support with body_FormData and file_Base64 functions
v1.1.0
2026-01-17 21:19:19 +04:00
18662e6a64
Add file upload examples and fix templating.md table of contents
2026-01-17 21:18:37 +04:00
81f08edc8d
Add file upload support with body_FormData and file_Base64 functions
...
- Add FileCache for caching local files and remote URLs in memory
- Update body_FormData to accept variadic key-value pairs with file support
- Use @ prefix for file paths (local or HTTP/HTTPS URLs)
- Use @@ to escape literal @ values
- Add file_Base64 function for Base64 encoding files
- Update documentation with new syntax and examples
2026-01-17 20:27:22 +04:00
a9738c0a11
Merge pull request #164 from aykhans/docs/improvements
...
Fix config priority order (CLI > YAML > ENV), clarify multi-value cycling behavior, and improve documentation examples
2026-01-16 23:17:28 +04:00
76225884e6
Fix config priority order (CLI > YAML > ENV), clarify multi-value cycling behavior, and improve documentation examples
2026-01-16 23:15:12 +04:00
a512f3605d
Merge pull request #163 from aykhans/dependabot/go_modules/golang.org/x/net-0.49.0
...
Bump golang.org/x/net from 0.48.0 to 0.49.0
2026-01-13 11:24:54 +04:00
dependabot[bot]
635c33008b
Bump golang.org/x/net from 0.48.0 to 0.49.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.48.0 to 0.49.0.
- [Commits](https://github.com/golang/net/compare/v0.48.0...v0.49.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-13 04:22:03 +00:00
3f2147ec6c
Merge pull request #162 from aykhans/feat/url-path-templating
...
Add URL path templating support with validation and documentation
v1.0.1
2026-01-11 21:42:37 +04:00
92d0c5e003
Revise feature support table in README
...
Updated the supported and not supported features table for clarity.
2026-01-11 21:40:38 +04:00
27bc8f2e96
Add URL path templating support with validation and documentation
2026-01-11 19:05:58 +04:00
46c6fa9912
Merge pull request #161 from aykhans/fix/docker-terminal-colors
...
Add docker-build task and fix terminal colors in container
v1.0.0
2026-01-10 18:16:05 +04:00
a3d311009f
Add docker-build task and fix terminal colors in container
2026-01-10 18:14:33 +04:00
710f4c6cb5
Merge pull request #157 from aykhans/v1.0.0
...
v1.0.0: here we go again
2026-01-10 17:23:40 +04:00
2d7ba34cb8
v1.0.0: here we go again
2026-01-10 17:06:25 +04:00
25d4762a3c
Merge pull request #130 from aykhans/refactor/response
...
Refactor 'Responses' type and its methods
v0.7.3
2025-08-17 19:51:50 +04:00
361d423651
⬆️ bump version to 0.7.3
2025-08-17 19:31:36 +04:00
ffa724fae7
🔨 Refactor 'Responses' type and its methods
2025-08-17 19:30:26 +04:00
7930be490d
Merge pull request #129 from aykhans/bump/go-version
...
🔖 Bump go version to 1.25
2025-08-17 15:48:35 +04:00
e6c54e9cb2
🔖 Bump golangci-lint version to v2.4.0
2025-08-17 15:47:04 +04:00
b32f567de7
🔖 Bump go version to 1.25
2025-08-17 15:45:14 +04:00
b6e85d9443
Merge pull request #128 from aykhans/docs/update
...
📚 Update README.md
2025-08-17 15:31:14 +04:00
827e3535cd
Merge pull request #127 from aykhans/dependabot/go_modules/github.com/valyala/fasthttp-1.65.0
...
Bump github.com/valyala/fasthttp from 1.64.0 to 1.65.0
2025-08-17 15:31:03 +04:00
7ecf534d87
📚 Update README.md
2025-08-17 15:30:19 +04:00
dependabot[bot]
17ad5fadb9
Bump github.com/valyala/fasthttp from 1.64.0 to 1.65.0
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.64.0...v1.65.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-version: 1.65.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-15 00:35:43 +00:00
7fb59a7989
Merge pull request #126 from aykhans/bump/version
...
⬆️ bump version to 0.7.2
v0.7.2
2025-07-30 11:52:54 +04:00
527909c882
⬆️ bump version to 0.7.2
2025-07-30 11:52:44 +04:00
4459675efa
Merge pull request #125 from aykhans/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.8
...
Bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.6.8
2025-07-29 10:33:41 +04:00
dependabot[bot]
604af355e6
Bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.6.8
...
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty ) from 6.6.7 to 6.6.8.
- [Release notes](https://github.com/jedib0t/go-pretty/releases )
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.7...v6.6.8 )
---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
dependency-version: 6.6.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-29 04:16:35 +00:00
7d4267c4c2
Merge pull request #124 from aykhans/dependabot/go_modules/github.com/valyala/fasthttp-1.64.0
...
Bump github.com/valyala/fasthttp from 1.63.0 to 1.64.0
2025-07-16 10:56:35 +04:00
dependabot[bot]
845ab7296c
Bump github.com/valyala/fasthttp from 1.63.0 to 1.64.0
...
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-version: 1.64.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 00:55:32 +00:00
49d004ff06
Merge pull request #123 from aykhans/docs/refactor
...
💄 Remove logo
2025-07-09 21:37:11 +04:00
045deb6120
💄 Remove logo
2025-07-09 21:36:53 +04:00
075ef26203
Merge pull request #122 from aykhans/dependabot/go_modules/github.com/valyala/fasthttp-1.63.0
...
Bump github.com/valyala/fasthttp from 1.62.0 to 1.63.0
2025-07-02 12:04:07 +04:00
dependabot[bot]
946afbb2c3
Bump github.com/valyala/fasthttp from 1.62.0 to 1.63.0
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.62.0 to 1.63.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.62.0...v1.63.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-version: 1.63.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 00:49:09 +00:00
aacb33cfa5
Merge pull request #121 from aykhans/feat/config
...
🔨 Remove default 'http' schema from request URL
2025-06-28 23:45:11 +04:00
4a7db48351
🔨 Remove default 'http' schema from request URL
2025-06-28 23:44:04 +04:00
b73087dce5
Merge pull request #120 from aykhans/dependabot/go_modules/github.com/brianvoe/gofakeit/v7-7.3.0
...
Bump github.com/brianvoe/gofakeit/v7 from 7.2.1 to 7.3.0
2025-06-27 18:04:40 +04:00