Commit Graph

187 Commits

Author SHA1 Message Date
Kevin Franklin Kim
24e6f55ea9
feat: remove watermill 2025-03-13 07:58:41 +01:00
Kevin Franklin Kim
9823bd6eed
feat: go 1.24.1 2025-03-13 07:58:26 +01:00
Kevin Franklin Kim
0af53a0141
docs: add community files 2025-03-13 07:58:02 +01:00
Kevin Franklin Kim
6466f0ef79
Merge pull request #44 from foomo/v0.9.0
feat(emarsys): change events
2025-02-17 09:49:27 +01:00
Kevin Franklin Kim
af1b60c7c5
revert(emarsys): filename 2025-02-17 09:46:25 +01:00
Kevin Franklin Kim
6f300d90d5
revert(emarsys): remove dlv 2025-02-17 09:45:54 +01:00
Kevin Franklin Kim
54545c6e06
revert(emarsys): use event names 2025-02-17 09:44:46 +01:00
Kevin Franklin Kim
819f40b501
Merge branch 'main' of github.com:foomo/sesamy-go into v0.9.0 2025-02-17 09:41:05 +01:00
Kevin Franklin Kim
28805c1eb3
chore: update lint settings 2025-02-17 09:40:48 +01:00
Kevin Franklin Kim
2317e8c6fd
Merge pull request #46 from foomo/dependabot/go_modules/gomod-security-fce19947a0
chore(deps): bump the gomod-security group across 1 directory with 2 updates
2025-02-17 09:31:17 +01:00
dependabot[bot]
2fc77d0c65
chore(deps): bump the gomod-security group across 1 directory with 2 updates
Bumps the gomod-security group with 2 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/crypto` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.0)

Updates `golang.org/x/net` from 0.34.0 to 0.35.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  dependency-group: gomod-security
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: gomod-security
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 08:27:47 +00:00
Kevin Franklin Kim
6534d72815
Merge pull request #45 from foomo/dependabot/go_modules/gomod-update-6f4265763a
chore(deps): bump the gomod-update group across 1 directory with 5 updates
2025-02-17 09:26:22 +01:00
dependabot[bot]
73435d4490
chore(deps): bump the gomod-update group across 1 directory with 5 updates
Bumps the gomod-update group with 3 updates in the / directory: [github.com/ThreeDotsLabs/watermill](https://github.com/ThreeDotsLabs/watermill), [github.com/grafana/loki/v3](https://github.com/grafana/loki) and [github.com/prometheus/common](https://github.com/prometheus/common).


Updates `github.com/ThreeDotsLabs/watermill` from 1.4.1 to 1.4.4
- [Release notes](https://github.com/ThreeDotsLabs/watermill/releases)
- [Changelog](https://github.com/ThreeDotsLabs/watermill/blob/master/RELEASE-PROCEDURE.md)
- [Commits](https://github.com/ThreeDotsLabs/watermill/compare/v1.4.1...v1.4.4)

Updates `github.com/grafana/loki/v3` from 3.3.1 to 3.4.2
- [Release notes](https://github.com/grafana/loki/releases)
- [Changelog](https://github.com/grafana/loki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/loki/compare/v3.3.1...v3.4.2)

Updates `github.com/mitchellh/mapstructure` from 1.5.0 to 1.5.1-0.20220423185008-bf980b35cac4
- [Changelog](https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitchellh/mapstructure/commits)

Updates `github.com/prometheus/common` from 0.61.0 to 0.62.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](https://github.com/prometheus/common/compare/v0.61.0...v0.62.0)

Updates `go.opentelemetry.io/otel/trace` from 1.32.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.32.0...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/ThreeDotsLabs/watermill
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/grafana/loki/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-16 10:21:20 +00:00
Kevin Franklin Kim
b6be99c280
feat(emarsys): change events 2025-02-14 11:55:04 +01:00
Kevin Franklin Kim
19235dbc52
Merge pull request #42 from foomo/v0.8.0
v0.8.0
2025-02-12 11:46:04 +01:00
Kevin Franklin Kim
f4b1a3c77b
fix: check empty 2025-02-12 11:37:58 +01:00
Kevin Franklin Kim
08579227f8
fix: set values back 2025-02-12 10:25:03 +01:00
Kevin Franklin Kim
79e6f67409
refactor: use single 2025-02-12 09:29:42 +01:00
Kevin Franklin Kim
12c8d87600
feat: add engagement time middleware 2025-02-12 09:29:27 +01:00
Kevin Franklin Kim
8c170e83ad
fix: remove dump 2025-02-12 09:29:07 +01:00
Kevin Franklin Kim
69594d99fa
feat: add event session id and number 2025-02-10 11:45:54 +01:00
Kevin Franklin Kim
79ce1d81e4
chore: skip mke 2025-02-10 11:32:35 +01:00
Kevin Franklin Kim
4900b61684
fix: set debug mode on every event 2025-02-10 11:20:24 +01:00
Kevin Franklin Kim
778bb0f199
Merge pull request #37 from foomo/sesamy-go-0.7.1
fix: set content type
2024-12-10 08:50:45 +01:00
Kevin Franklin Kim
f5d0d00b78
fix: set content type 2024-12-10 08:45:46 +01:00
Kevin Franklin Kim
d5a849611e
Merge pull request #36 from foomo/sesamy-go-0.7.0
feat: go 1.23.0 & WithTimeout middlewares
2024-12-09 14:42:19 +01:00
Kevin Franklin Kim
d1967008a8
feat: bump go 1.23.0 2024-12-09 12:33:33 +01:00
Kevin Franklin Kim
69fc1ac71d
feat: add with timeout middleware 2024-12-09 12:32:55 +01:00
dependabot[bot]
603cc9e45b
chore(deps): bump the gomod-update group across 1 directory with 3 updates
Bumps the gomod-update group with 2 updates in the / directory: [github.com/grafana/loki/v3](https://github.com/grafana/loki) and [github.com/prometheus/common](https://github.com/prometheus/common).


Updates `github.com/grafana/loki/v3` from 3.2.1 to 3.3.1
- [Release notes](https://github.com/grafana/loki/releases)
- [Changelog](https://github.com/grafana/loki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/loki/compare/v3.2.1...v3.3.1)

Updates `github.com/prometheus/common` from 0.60.1 to 0.61.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](https://github.com/prometheus/common/compare/v0.60.1...v0.61.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/loki/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-08 10:52:34 +00:00
Kevin Franklin Kim
bc2e2e0957
Merge pull request #34 from foomo/fix/collect-response-header
fix: copy headers to response
2024-11-26 16:16:18 +01:00
Kevin Franklin Kim
67a12676eb
fix: copy headers to response 2024-11-26 15:49:21 +01:00
Kevin Franklin Kim
0853b5153d
fix: copy headers to response 2024-11-26 15:26:48 +01:00
Kevin Franklin Kim
ad3a673307
Merge pull request #31 from foomo/sesamy-go-0.4.2
feat: collect
2024-11-25 15:49:30 +01:00
Kevin Franklin Kim
6680fbb169
feat: add sendpayload 2024-11-25 13:41:46 +01:00
Kevin Franklin Kim
478b678a6e
feat: add decode 2024-11-21 13:56:10 +01:00
Kevin Franklin Kim
e801701b58
fix: middleware name 2024-11-21 13:20:13 +01:00
Kevin Franklin Kim
2a125cee30
fix: middleware name 2024-11-21 12:55:07 +01:00
Kevin Franklin Kim
e7f9e2af67
feat: add middlewares 2024-11-21 12:52:25 +01:00
Kevin Franklin Kim
28573f3798
feat: add middlewares 2024-11-21 12:38:11 +01:00
Kevin Franklin Kim
757a4f63e5
feat: add middlewares 2024-11-21 12:36:05 +01:00
Kevin Franklin Kim
9cca227cd3
fix: loki next 2024-11-20 17:08:28 +01:00
Kevin Franklin Kim
0c1db3cad2
wip: use new request 2024-11-20 17:05:26 +01:00
Kevin Franklin Kim
9af3ced441
wip: use new request 2024-11-20 16:59:59 +01:00
Kevin Franklin Kim
84f5a2f76b
wip: debug 2024-11-20 16:17:42 +01:00
Kevin Franklin Kim
deadd984ad
fix: nil check 2024-11-20 16:07:58 +01:00
Kevin Franklin Kim
3f644f8c52
refactor: add event handler middleware 2024-11-20 15:41:56 +01:00
Kevin Franklin Kim
a58dfafaef
feat: add collect 2024-11-20 13:48:00 +01:00
Kevin Franklin Kim
615b57f387
feat: add consent 2024-11-20 09:30:12 +01:00
Kevin Franklin Kim
fe5b8c9f0f
fix: don't use tft timestamp 2024-11-20 08:22:57 +01:00
Kevin Franklin Kim
2770d4f32f
feat: transform document params 2024-11-18 17:32:55 +01:00