workers

Go package to run an HTTP server on Cloudflare Workers.

MIT License

Stars
642
workers - Release v0.26.2 Latest Release

Published by syumai 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/syumai/workers/compare/v0.26.1...v0.26.2

workers - Release v0.26.1

Published by syumai 5 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.26.0...v0.26.1

workers - Release v0.26.0

Published by syumai 6 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.25.0...v0.26.0

workers - Release v0.25.0

Published by syumai 6 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.24.0...v0.25.0

workers - v0.24.0

Published by syumai 6 months ago

Breaking Change

  • #102 removed context.Context parameter from some Cloudflare-related APIs.
    • if your build fails, please remove ctx context.Context from arguments.

Example of API changes

// old
cloudflare.Getenv(ctx, "key")
// new
cloudflare.Getenv("key")

// old
cloudflare.GetBinding(ctx, "key")
// new
cloudflare.GetBinding("key")

What's Changed

New Contributors

Full Changelog: https://github.com/syumai/workers/compare/v0.23.3...v0.24.0

workers - Release v0.23.3

Published by syumai 9 months ago

workers - Release v0.23.2

Published by syumai 9 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.23.1...v0.23.2

workers - Release v0.23.1

Published by syumai 9 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.23.0...v0.23.1

workers - Release v0.23.0

Published by syumai 9 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.22.0...v0.23.0

workers - Release v0.22.0

Published by syumai 10 months ago

This version contains breaking change in workers-assets-gen comand result.
Please update workers-assets-gen command version in your Makefile to v0.22.0.

What's Changed

New Contributors

Full Changelog: https://github.com/syumai/workers/compare/v0.21.0...v0.22.0

workers - Release v0.21.0

Published by syumai 10 months ago

What's Changed

This version adds initial TCP sockets support.
Thank you @elee1766 !

New Contributors

Full Changelog: https://github.com/syumai/workers/compare/v0.20.0...v0.21.0

workers - Release v0.20.0

Published by syumai 10 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.19.0...v0.20.0

workers - Release v0.19.0

Published by syumai 10 months ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.18.0...v0.19.0

workers - Release v0.18.0

Published by syumai about 1 year ago

What's Changed

Important notice

New Contributors

Full Changelog: https://github.com/syumai/workers/compare/v0.17.0...v0.18.0

workers - Release v0.17.0

Published by syumai over 1 year ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.16.1...v0.17.0

workers - Release v0.16.1

Published by syumai over 1 year ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.16.0...v0.16.1

workers - Release v0.16.0

Published by syumai over 1 year ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.15.0...v0.16.0

workers - Release v0.15.0

Published by syumai over 1 year ago

What's Changed

Full Changelog: https://github.com/syumai/workers/compare/v0.14.0...v0.15.0

workers - Release v0.14.0

Published by syumai over 1 year ago

workers - Release v0.13.0

Published by syumai over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/syumai/workers/compare/v0.12.2...v0.13.0

Package Rankings
Top 4.53% on Proxy.golang.org
Badges
Extracted from project README
Go Reference Discord Server