Skip to content

Releases: gen0sec/synapse

v0.5.2

13 Mar 19:11
9df159a

Choose a tag to compare

What's Changed

  • refactor: Enhance BPF build process and improve security documentation by @pigri in #196

Full Changelog: v0.5.1...v0.5.2

v0.5.1

13 Mar 14:36
a3cab34

Choose a tag to compare

What's Changed

  • chore: logo.svg to use a base64 encoded image for improved performanc… by @pigri in #177
  • 179 network fingerprinting fix by @pigri in #180
  • chore(deps): bump tonic from 0.14.4 to 0.14.5 by @dependabot[bot] in #172
  • chore(deps): bump serial_test from 3.3.1 to 3.4.0 by @dependabot[bot] in #176
  • chore(deps): bump anyhow from 1.0.101 to 1.0.102 by @dependabot[bot] in #173
  • chore(deps): bump maxminddb from 0.27.2 to 0.27.3 by @dependabot[bot] in #174
  • chore(deps): bump chrono from 0.4.43 to 0.4.44 by @dependabot[bot] in #175
  • chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory by @dependabot[bot] in #182
  • refactor: Enhance threat data handling by introducing MmdbThreatRecor… by @pigri in #184
  • chore: Update multiple dependencies in Cargo.lock and Cargo.toml for … by @pigri in #181
  • chore(deps): Pingora upgrade v0.8.0 by @pigri in #185
  • chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory by @dependabot[bot] in #186
  • Fixed dev container build by @Gepsonka in #187
  • chore(deps): bump once_cell from 1.21.3 to 1.21.4 by @dependabot[bot] in #192
  • chore(deps): bump redis from 1.0.4 to 1.0.5 by @dependabot[bot] in #191
  • chore(deps): bump clap from 4.5.60 to 4.6.0 by @dependabot[bot] in #190
  • chore(deps): bump uuid from 1.21.0 to 1.22.0 by @dependabot[bot] in #189
  • chore(deps): bump tempfile from 3.26.0 to 3.27.0 by @dependabot[bot] in #188
  • Implement simple (IP, port) keyed BPF maps for TCP fingerprinting by @pigri in #194
  • refactor: Simplify conditional checks and improve code readability across multiple module by @pigri in #193
  • refactor: Update default behavior for response body logging and enhance security warnings by @pigri in #195

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Feb 11:43
6744b41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

23 Jan 19:06
7a15dbe

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Jan 16:03
3a283c5

Choose a tag to compare

What's Changed

  • refactor: update synapse.service and error handling by @pigri in #148

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Jan 13:46
b7fe4fb

Choose a tag to compare

What's Changed

  • refactor: optimize agent mode by @pigri in #144
  • build: refactor GitHub Actions workflow to utilize Docker for buildin… by @pigri in #147

Full Changelog: v0.3.3...v0.4.0

v0.3.3

20 Jan 18:02
9e6fa80

Choose a tag to compare

What's Changed

  • feat: add Ansible playbook for Synapse installation and configuration by @pigri in #123
  • chore(deps): bump url from 2.5.7 to 2.5.8 by @dependabot[bot] in #128
  • chore(deps): bump serde_json from 1.0.148 to 1.0.149 by @dependabot[bot] in #127
  • chore(deps): bump tokio from 1.48.0 to 1.49.0 by @dependabot[bot] in #126
  • chore(deps): bump webpki-roots from 1.0.4 to 1.0.5 by @dependabot[bot] in #125
  • chore(deps): bump tokio-test from 0.4.4 to 0.4.5 by @dependabot[bot] in #124
  • Ansible improvements by @pigri in #136
  • chore(deps): bump maxminddb from 0.27.0 to 0.27.1 by @dependabot[bot] in #135
  • chore(deps): bump clap from 4.5.53 to 4.5.54 by @dependabot[bot] in #134
  • chore(deps): bump serial_test from 3.2.0 to 3.3.1 by @dependabot[bot] in #133
  • chore(deps): bump flate2 from 1.1.6 to 1.1.8 by @dependabot[bot] in #132
  • feat(tests): add multi-core support tests and benchmarks for improved performance validation by @pigri in #129
  • chore(deps): bump reqwest from 0.12.28 to 0.13.1 by @dependabot[bot] in #131
  • chore(deps): bump tokio-stream from 0.1.17 to 0.1.18 by @dependabot[bot] in #137
  • chore(deps): bump rustls from 0.23.35 to 0.23.36 by @dependabot[bot] in #138
  • chore(deps): bump local-ip-address from 0.6.8 to 0.6.9 by @dependabot[bot] in #140
  • chore(deps): bump chrono from 0.4.42 to 0.4.43 by @dependabot[bot] in #141
  • Ansible fixes by @pigri in #142

Full Changelog: v0.3.2...v0.3.3

v0.3.2

09 Jan 19:01
500e50e

Choose a tag to compare

What's Changed

  • refactor(ci): standardize job names in GitHub Actions workflows and update build targets for ARM and x86 architectures by @pigri in #121
  • refactor(geoip): streamline MMDB download process by implementing dir… by @pigri in #122

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Jan 10:41
913b3cf

Choose a tag to compare

What's Changed

  • rpm build by @krichard1212 in #117
  • feat: Add memmap2 dependency and refactor MMDB handling for improved performance by @pigri in #118
  • Synapse working without API key by @krichard1212 in #116
  • chore(deps): bump serde_json from 1.0.145 to 1.0.148 by @dependabot[bot] in #111
  • chore(deps): bump reqwest from 0.12.26 to 0.12.28 by @dependabot[bot] in #113
  • chore(deps): bump memmap2 from 0.5.10 to 0.9.9 by @dependabot[bot] in #119
  • chore(deps): bump axum from 0.8.7 to 0.8.8 by @dependabot[bot] in #112
  • chore(deps): bump the cargo group across 1 directory with 2 updates by @dependabot[bot] in #115
  • chore(deps): bump axum-server from 0.7.3 to 0.8.0 by @dependabot[bot] in #99
  • chore(deps): bump redis from 0.32.7 to 1.0.2 by @dependabot[bot] in #114
  • refactor(ci): update Dockerfile and GitHub Actions workflow for RPM build process by @pigri in #120

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Jan 23:14
baa03d2

Choose a tag to compare

What's Changed

  • feat(cli): add clear_certificate option to remove specific certificates by @pigri in #102
  • chore(deps): bump tower-http from 0.6.7 to 0.6.8 by @dependabot[bot] in #104
  • chore(deps): bump reqwest from 0.12.24 to 0.12.25 by @dependabot[bot] in #103
  • chore(deps): bump local-ip-address from 0.6.5 to 0.6.6 by @dependabot[bot] in #100
  • chore(deps): bump reqwest from 0.12.25 to 0.12.26 by @dependabot[bot] in #109
  • chore(deps): bump tracing from 0.1.43 to 0.1.44 by @dependabot[bot] in #108
  • chore(deps): bump local-ip-address from 0.6.6 to 0.6.8 by @dependabot[bot] in #107
  • implement mmdb file handling and worker by @krichard1212 in #105

Full Changelog: v0.2.4...v0.3.0