Hey everyone, we've just released Encore v0.17 
<https://github.com/encoredev/encore/releases/tag/v0.17.2>! For those who 
don't know, Encore is an open-source Go framework for building cloud 
backends and distributed systems. It's the most productive way of getting 
your backend application developed and deployed to the cloud (we support 
any of the major cloud providers: GCP, AWS, and Azure).

*What's New in v0.17*

   - Built in support for REST APIs 
   <https://encore.dev/docs/develop/services-and-apis#rest-apis>
   - ORM and Query Helper 
   <https://encore.dev/blog/encore-v0.17#orm-support-and-query-helpers> 
   support
   - Authentication <https://encore.dev/docs/develop/auth> improvements
   - Lots of bugfixes


*Encore key features*

   - 
   
   *No Boilerplate <https://encore.dev/docs/develop/services-and-apis>:* Set 
   up a production ready backend application in minutes. Define services, API 
   endpoints, and call APIs with a single line of Go code.
   - 
   
   *Databases Made Simple <https://encore.dev/docs/concepts/databases>:* Define 
   the schema and then start querying. Encore takes care of provisioning, 
   migrations, connections and passwords.
   - 
   
   *Distributed Tracing <https://encore.dev/docs/observability/tracing>:* Your 
   application is automatically instrumented for excellent observability. 
   Automatically capture information about API calls, goroutines, HTTP 
   requests, database queries, and more. Works for both local development and 
   production.
   - 
   
   *Infrastructure Provisioning <https://encore.dev/docs/deploy/infra>:* Encore 
   understands how your application works, and provisions and manages your 
   cloud infrastructure. Works with all the major cloud providers using your 
   own account (AWS/Azure/GCP) and for local development.
   - 
   
   *Preview Environments <https://encore.dev/docs/deploy/platform>:* Every 
   pull request becomes an isolated test environment. Collaborate and iterate 
   faster than ever.
   - 
   
   *Simple Secrets <https://encore.dev/docs/develop/secrets>:* It's never 
   been this easy to store and securely use secrets and API keys. Define 
   secrets in your code like any other variable, Encore takes care of the rest.
   - 
   
   *API Documentation <https://encore.dev/docs/develop/api-docs>:* Encore 
   parses your source code to understand the request/response schemas for all 
   your APIs, and automatically generates high-quality, interactive API 
   Documentation for you.
   - 
   
   *Generate Frontend Clients 
   <https://encore.dev/docs/how-to/integrate-frontend>:* Automatically 
   generate type-safe, documented clients for your frontends.
   
You can see the complete change log over at GitHub 
<https://github.com/encoredev/encore/releases/tag/v0.17.2>. Let us know 
what you think!

— André, on behalf of the Encore contributors

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/be43b61f-3547-4299-8c9e-030d632e6e3fn%40googlegroups.com.

Reply via email to