Skip to content
Open
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
ffd62dc
Add template_processor
artemklevtsov Oct 5, 2025
e0c76f8
Add glob support to the template processor
artemklevtsov Oct 5, 2025
0130ea9
fix: tmplProc.Close method
artemklevtsov Dec 8, 2025
7240afe
fix: template init
artemklevtsov Dec 8, 2025
37e7514
fix templateFromParsed error message
artemklevtsov Dec 8, 2025
f6f7d9b
fix: config examples
artemklevtsov Dec 8, 2025
bf033ed
chore: bump x/crypto package to 0.43.0 (#293)
josephwoodward Oct 10, 2025
6c3ba5a
chore: bump Go from 1.25.1 to 1.25.2 (#295)
josephwoodward Oct 13, 2025
76dfb20
netclient: introduce package to for custom TCP settings
alextreichler Oct 16, 2025
37e3a29
message: preallocate metadata (#300)
mmatczuk Oct 21, 2025
af6ccff
Extend field JSON schema (#301)
tomasz-sadura Oct 22, 2025
d625fe9
Allow deprecated templates (#302)
Jeffail Oct 23, 2025
c2c77f6
Network utils improvements (#297)
mmatczuk Oct 23, 2025
a2e715d
Update CL (#303)
Jeffail Oct 23, 2025
76bf934
bloblang: add "".repeat(N) method (#305)
rockwotj Oct 30, 2025
87fb518
netutil: fix the name of keep_alive idle value
alextreichler Oct 30, 2025
ad912c6
bloblang: add bytes function (#308)
rockwotj Oct 30, 2025
44aea24
netutil: enable decorating listener with SO_REUSEADDR and SO_REUSEPORT
vuldin Oct 31, 2025
cea8d61
Update CL (#311)
Jeffail Nov 3, 2025
c8fd7bc
netutil: add connect_timeout to DialerConfig
mmatczuk Nov 4, 2025
e6717ed
netutil: add connect_timeout to DialerConfig
mmatczuk Nov 4, 2025
a7dda98
netutil: make DialerConfigSpec() return advanced by default
mmatczuk Nov 4, 2025
80f3b69
netutil: add ListenerConfigSpec() and ListenerConfig constructor from…
mmatczuk Nov 4, 2025
bad4c4c
netutil: add support for windows
mmatczuk Nov 6, 2025
05de422
Update CL
mmatczuk Nov 7, 2025
88db177
io: add unixgram option to input socket server
alextreichler Nov 14, 2025
8f6ea44
build(deps): bump shutdown dependency (#320)
josephwoodward Nov 17, 2025
7f3d811
chore: bump changelog (#321)
josephwoodward Nov 21, 2025
eafc684
pure: fix input sequence hanging when input fails
eduardodbr Dec 5, 2025
568680a
io: add new listener opts to input socket_server
alextreichler Dec 5, 2025
66df7fc
Bump actions/setup-go from 5 to 6
dependabot[bot] Sep 8, 2025
2637d15
build(deps): bump golangci/golangci-lint-action from 8 to 9
dependabot[bot] Nov 10, 2025
ef116b5
build(deps): bump actions/checkout from 4 to 6
dependabot[bot] Dec 5, 2025
6f297eb
cli: add support for listing bloblang functions and methods with json…
mmatczuk Dec 2, 2025
bd675c0
cli/blobl: add input field
mmatczuk Dec 3, 2025
53660b2
cli/blobl: fix data race where program exits before printing output
mmatczuk Dec 3, 2025
edae09d
bloblang: function and method descriptions and examples overhaul
mmatczuk Dec 4, 2025
65b14e4
bloblang: create category general and register functions without cate…
mmatczuk Dec 4, 2025
8f599d3
bloblang/query: InCategory aggregate examples into the top-level Exam…
mmatczuk Dec 4, 2025
ccc4d19
Update CL
mmatczuk Dec 4, 2025
1ea1057
build(deps): bump the production-dependencies group across 1 director…
dependabot[bot] Dec 5, 2025
6fd6c25
service: fixe race condition in TestForceTimelyNacksBatchedNoAck
mmatczuk Dec 5, 2025
0c669e0
otel: update tracer name (#331)
rockwotj Dec 8, 2025
15225b0
otel: missed one instance of benthos (#332)
rockwotj Dec 8, 2025
c8eba2d
bloblang/query: add description to map_each
mmatczuk Dec 8, 2025
ab5e020
build(deps): bump the production-dependencies group with 2 updates
dependabot[bot] Dec 8, 2025
c6802ec
feat: add missing_key field
artemklevtsov Dec 8, 2025
0104c23
feeat: add template tests
artemklevtsov Dec 8, 2025
96537eb
fix" linter error
artemklevtsov Dec 8, 2025
ad34339
fix: format imports
artemklevtsov Dec 8, 2025
094f1e1
feaT: add array example
artemklevtsov Dec 9, 2025
28e4252
Merge branch 'main' into template-processor
artemklevtsov Dec 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump Go from 1.25.1 to 1.25.2 (#295)
  • Loading branch information
josephwoodward authored and artemklevtsov committed Dec 8, 2025
commit 6c3ba5a78f6b97a3d6d6c5ca609ba037af63ef6e
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

go 1.25.1
go 1.25.2