Stefan Prodan
e0a79a4ddd
Release 6.11.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-31 22:47:19 +03:00
Hans van den Bogert
095b1cd251
feat: add otlp logging support
...
- Adds a loggerprovider based on otlp logger
- In demo directory of oltp:
- Added grafana for unified view of both traces and logs
- tracing now uses oltp from the collector to the jaeger instance
Signed-off-by: Hans van den Bogert <hansbogert@gmail.com >
2026-03-14 22:38:14 +01:00
Stefan Prodan
2da74a4ec2
Release 6.11.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-14 15:18:19 +02:00
Stefan Prodan
620b9b7e2c
Fix path traversal in /store endpoint
...
Validate that the hash URL parameter matches the expected SHA1 hex
format (40 lowercase hex characters) before using it in file path
operations.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-14 15:02:25 +02:00
Stefan Prodan
550ee9f7b9
Fix stored XSS in /store endpoint (CVE-2025-70849)
...
Set Content-Type to application/octet-stream in storeReadHandler
to prevent Go's content sniffing from serving HTML payloads as
text/html. Add X-Content-Type-Options: nosniff to prevent browsers
from overriding Content-Type via MIME sniffing, and
Content-Security-Policy: default-src 'none' to block script
execution as defense-in-depth.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-14 14:40:55 +02:00
Stefan Prodan
5d97df9c89
Release 6.11.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-06 21:43:50 +02:00
Stefan Prodan
9525259938
Release 6.10.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-01 10:17:39 +02:00
Stefan Prodan
eca2d3a1d9
Release v6.10.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-02-03 17:42:33 +02:00
Stefan Prodan
8bded1ba80
Release v6.10.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-02-01 12:30:00 +02:00
Stefan Prodan
e51374c0ec
Release 6.9.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-12-07 21:58:53 +02:00
Stefan Prodan
7ac390bb27
Release 6.9.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-11-22 13:59:49 +02:00
Stefan Prodan
a51de59edb
Release 6.9.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-10 23:06:10 +03:00
Stefan Prodan
0b8a7dace7
Release 6.9.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-07-12 14:03:55 +03:00
Stefan Prodan
be955e76b0
Release 6.9.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-15 12:13:20 +03:00
Stefan Prodan
c6e70a7aa0
Release v6.8.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-03-11 11:23:55 +02:00
Hans van den Bogert
7cc399463c
feat(logging): add trace_id to debug log line
...
... if exists in context
2025-03-10 21:48:25 +01:00
Stefan Prodan
b7d3d71d8f
Release 6.7.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-10-07 16:02:31 +03:00
Stefan Prodan
ff32a1fc4b
Release v6.7.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-23 21:25:38 +03:00
Prashant Dwivedi
b10c3067c8
Removed the whitespaces
...
Signed-off-by: Prashant Dwivedi <prashantdwivedi194@gmail.com >
2024-06-23 22:47:58 +05:30
Prashant Dwivedi
85cd1c46d4
Removed unnecessary comments and whitespaces
...
Signed-off-by: Prashant Dwivedi <prashantdwivedi194@gmail.com >
2024-06-23 21:59:50 +05:30
Prashant Dwivedi
1a6838a4a2
Merge branch 'master' of github.com:Prashant-Dwivedi-08-01/podinfo into grpc_APIs
2024-06-07 20:27:13 +05:30
Stefan Prodan
b28069ac51
Release v6.6.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-23 11:30:18 +03:00
Rodrigo Fior Kuntzer
eba7fe186e
fix: panic when the WebSocket endpoint is under load
2024-05-23 10:01:01 +02:00
Prashant Dwivedi
9108833214
Added the token Validate api and updated the test for it
2024-05-09 12:56:54 +05:30
Prashant Dwivedi
386ceb09be
Added the grpc APIs for the remaining HTTP apis
2024-05-08 00:25:37 +05:30
Stefan Prodan
f350624047
Merge pull request #356 from needsure/master
...
chore: fix some typos in comments
2024-04-28 14:07:49 +03:00
Stefan Prodan
8b3079a417
Release v6.6.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-10 14:01:43 +03:00
needsure
37fa020bcd
chore: fix some typos in conments
...
Signed-off-by: needsure <qinzhipeng@outlook.com >
2024-04-09 16:45:31 +08:00
Michael Kebe
16191504d1
Removed reference to localhost from swagger
...
Now it is possible to use the swagger webinterface
running on a host other than localhost e.g. in docker
or kubernetes.
Removed the @host line from pkg/api/server.go and
ran make swagger.
Fixes probably #179
2024-04-09 08:54:38 +02:00
Stefan Prodan
649864583b
Release v6.6.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-03-27 15:36:51 +02:00
Stefan Prodan
5368c3fe10
Release v6.6.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-02-26 12:15:05 +02:00
JayKaku
2251bee699
Fixed parsing logger in echo_test.go service registeration
2024-02-24 23:44:12 +05:30
JayKaku
8535efccb7
Implemented zap logger in place of log | gprc echo
2024-02-24 23:44:12 +05:30
JayKaku
e008d1f261
Added config, logger for grpc echo api
2024-02-24 23:44:12 +05:30
Jay Kaku
22097353d2
Feature grpc version echo api ( #3 )
...
added grpc verion and echo apis
---------
Co-authored-by: Prashant Dwivedi <prashantdwivedi194@gmail.com >
2024-02-24 23:44:12 +05:30
JayKaku
c305843105
restructured api to api/http, api/grpc, pkg http
2024-02-24 23:44:12 +05:30
Stefan Prodan
1cf8b8aeef
Release 6.5.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-17 16:36:33 +02:00
du
074d0f9ff2
add comment on sleep during graceful shutdown
2023-11-15 18:47:52 +08:00
Stefan Prodan
a0e323e331
Release 6.5.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 14:27:41 +02:00
Stefan Prodan
ecdf07c4d5
Release 6.5.2
...
Fix for CVE-2023-39325 and CVE-2023-38545
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-12 12:11:37 +03:00
Stefan Prodan
398c543171
Release 6.5.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-02 20:58:27 +03:00
Stefan Prodan
87e594b109
Release 6.5.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 12:29:59 +03:00
Stefan Prodan
0278e11a05
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-22 23:24:32 +03:00
Stefan Prodan
bcf492e92b
Release v6.4.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-10 15:10:01 +03:00
Stefan Prodan
cadabcc6a5
Release 6.4.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-26 12:50:40 +03:00
Jacob Chambliss
7280e43cbf
chore: add pathprefix to enable dynamic paths for echo
2023-06-08 10:14:21 -05:00
Jacob Chambliss
3ef0b4cd09
feat: add dynamic path support for echo endpoint
2023-06-07 16:55:25 -05:00
Stefan Prodan
1e0307c759
Release 6.3.6
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-05-03 17:22:28 +03:00
Stefan Prodan
2a6533c68a
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-05-03 17:00:48 +03:00
Stefan Prodan
bbce3f3f67
Update dependencies
...
- github.com/spf13/cobra v1.7.0
- github.com/swaggo/http-swagger v1.3.4
- github.com/swaggo/swag v1.8.12
- google.golang.org/grpc v1.54.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-04-06 10:35:43 +03:00