Skip to content

Releases: scanopy/scanopy

v0.8.2

07 Nov 19:17

Choose a tag to compare

What's Changed

  • chore: refactor storage, services, and handlers by @mayanayza in #90
  • feat: add option to choose how host name is chosen if hostname is unavailable by @mayanayza in #92
  • fix: get platform correctly in install script by @mayanayza in #93
  • feat: reusable API keys by @mayanayza in #94
  • feat: support for docker proxy by @mayanayza in #96
  • feat: add flag making it possible to disable new user registration by @mayanayza in #97

Full Changelog: v0.8.1...v0.8.2

v0.8.1

06 Nov 14:50

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

04 Nov 20:51
9cddf6d

Choose a tag to compare

Migration

You'll need to run a Self Report discovery with any daemons that were configured prior to this version. To do so, go to the Scheduled tab and create a new discovery of type Self Report. This will report to the server if the Daemon has docker enabled + what subnets it interfaces with so that future discovery sessions can be run correctly.

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.2

01 Nov 20:49
df09b96

Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

31 Oct 15:21
0cc0f2c

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Oct 23:37
674575a

Choose a tag to compare

User Migration Steps Required

This release introduces user auth and daemon auth to NetVisor.

When you open the UI, you will be presented with a login screen; logging in will take you back to your data. There may be extra hosts if you logged in on multiple devices due to a known bug (#24 and #22); you can delete these.

For daemons, you will need to generate an API key before you will be able to use the daemon for subsequent discovery sessions. The UI should provide you with the information needed to do so in the Discovery tab, and the daemon will log that it needs an API key until you provide it with one.

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

various features and bugfixes

29 Oct 17:22

Choose a tag to compare

feature

  • Add JSON to match details for easier bug reports
  • Auto-compress nodes vertically to minimize empty space
  • Add option to show ports in visualization
  • Daemon deletion

fixes:

  • Added protocol to binary in daemon modal
  • Logos now show consistently

(breaking) docker-compose updates

28 Oct 19:01

Choose a tag to compare

Version bump - breaking change, the latest images will not work with docker-compose from before (4bc13f9) (any time prior to 10/28)

Please update your docker-compose if you want to use the :latest tag, or pin to v0.5.4 (not recommended)

features:

  • Add binary install option to daemon create modal
  • No more UI container, bundled with server instead
    fixes:
  • Removed docker-compose.daemon.yml as it is now being served through the UI
  • Updated docker-compose.yml with a network that is less likely to conflict with other docker networks
  • host modal closes properly when manually creating a host
  • daemon heartbeat now updates last_seen

Rework daemon initialization flow for improved install experience

28 Oct 12:56

Choose a tag to compare

features:

  • rework installation flow so that daemon can be included in compose alongside server
  • add discovery tab

bugfixes:

  • edge cases where edges in visualization would route to nothing
  • fixed interfaces not showing in cards on host tab

fixed API endpoint on frontend in reverse proxy setups

28 Oct 02:34

Choose a tag to compare

v0.5.4

Merge branch 'main' of https://github.com/mayanayza/netvisor