Skip to content

Releases: teleclimber/Dropserver

v0.9.0

08 Jan 00:45
Compare
Choose a tag to compare

46f18e5 fix(ds-host): tweak default config values
8f01fec BREAKING: rename SslCert and SslKey to TLS*
e99a130 BREAKING: change config schema to clarify NoTLS
1f04ee2 feat(ds-host): create first admin at secret url
4923868 chore(docs): update instal instructions in Readme
abf2c32 Merge branch 'fix-users-sandbox'
3c8a796 BREAKING(ds-host): add certmagic/ACME integration
714834c chore: move appspace creation to appspaceops

v0.8.1

13 Dec 20:11
Compare
Choose a tag to compare

76bd64d fix(sandbox): do not send raw user data to sandbox

v0.8.0

19 Oct 16:53
Compare
Choose a tag to compare

8900d6e comments: in support of #88
3c6523d fix(sandbox): sandbox code now exits gracefully
7406618 chore(sandbox): upgrade to Deno std lib 0.159
0c4af80 feat(sandbox): adapt routes to ds_lib_support 0.2
184da17 feat(sandboxcode): Upgrade ds_lib_support to 0.2.0
0aa3f5c fix: headers from sandbox get passed to response

v0.7.3

29 Sep 17:02
Compare
Choose a tag to compare

ca13ae3 chore: upgrade go packages
2048a32 feat(ds-dev): extra import mappings for sandbox
fc0137c chore: upgrade frontend packages
519aa1e feat(build): go version 1.19 in github actions
00f21ff fix(build): ds-host compiles under linux and mac
342bd9d feat(sandbox): higher memory limit during start

v0.7.2

23 Jul 23:53
Compare
Choose a tag to compare

7518f90 fix: properly check nil logger in sandbox
2990601 fix: check for nil logger interface using reflect
83e1ebc fix(ds-host): sandbox opens appspace logger
3e5237c fix(sandbox): control type check and cgroup limits

v0.7.1

26 Jun 22:07
Compare
Choose a tag to compare

87a830d fix(sandbox): send ready after app code running
33ead91 fix(Readme): add license info to readme text
25cdee4 feat: Add Apache 2 license

v0.7.0

27 Apr 18:13
Compare
Choose a tag to compare

9086747 fix: upgrade frontend packages
a180afc feat(ds-host): tweak cgroup config and document it
3f58e7a feat(ds-host): add IO metrics to sandbox run
2756391 feat(ds-host): manager shuts down old sandboxes
fd65f83 fix(ds-host): backup appspace op stops sandbox
22748ec feat: refactor appspace pause
c0d2f4b fix(ds-host): deleting appspace stops the sandbox
d99a8c1 feat(ds-host): new memory handling sandbox run
be42456 feat(ds-host): show sandbox usage in UI
1eb9f13 feat(ds-host): add units to sandbox run columns
216d401 feat(ds-host): add task tracker to sandbox
d9910c7 fix(ds-host): rename sandbox-manager file
d2b61fc feat: create sandbox runs in sandbox manager
97ae927 feat(ds-host): add sandbox runs model and db table
774c70b fix(ds-host): refactor host migration steps
cc17cc9 feat(ds-host): add cgroups basic capability
87a57cd fix(sandbox): shut down cleanly
056bbb2 fix(ds-dev): kill app and migration sandboxes

v0.6.1

18 Feb 19:25
Compare
Choose a tag to compare

d90de69 fix(ds-host): missing appspace logger injection
407aedf fix(readme): update section on ds-dev and tweaks

v0.6.0

14 Feb 19:44
Compare
Choose a tag to compare

430b312 feat(frontend-ds-host): upgrade to tailwind CSS 3
4412b4d chore(frontend-ds-host): upgrade packages
f37c078 fix(ds-dev): app process events sent out of order
5c1bb05 fix(frontend-ds-dev): sandbox inspect button state
988d8ab fix(frontend-ds-dev): UI tweaks
82b9bc3 fix(ds-dev-frontend): build failed due to TS/Vue
5cc8c99 fix: TestRunJob migration test was failing
20ebec6 feat(ds-dev): rework migrations
77d849d feat(ds-dev): app processing feedback
1bc91f7 fix(frontend-ds-dev): separate model for app data
e4ab142 feat(ds-dev): Sandbox widget
0efc7c1 feat(ds-dev): Major redesign complete
70db466 chore(ds-dev): update npm packages
d1d1928 fix(ds-dev): ds-dev small fixes
3f2f38a fix(ds-dev): display app and appspace paths in UI
6cb04f0 fix: user sandbox service sends correct data
a4d29d4 fix: rename deno sandbox code files
c746e66 fix: sandbox tests
425d612 feat: app code is now loaded statically in sandbox
3f82ecc feat: change how sandbox code is managed

v0.5.5

18 Dec 23:05
Compare
Choose a tag to compare

5ad48aa feat(ds-host): crude appspace log viewer
5220561 chore(ds-host): use vite for frontend build
f35ba23 chore(ds-dev): upgrade frontend packages
3ba5791 feat(sandbox): implement file read/write perms