Home / Companies / Tyk / Blog / February 2017

February 2017 Summaries

2 posts from Tyk

Filter
Month: Year:
Post Summaries Back to Blog
API versioning is a crucial consideration for developers, as it involves maintaining stability in the "contract" between API providers and consumers while accommodating any necessary changes. The text discusses the importance of deciding when and how to implement versioning strategies, suggesting that APIs should be treated as contracts that should ideally remain unbroken, but acknowledges that breaking changes may sometimes be necessary, requiring a new version release. It outlines non-breaking changes, such as adding new fields, which can be handled with a minor version update, while breaking changes, such as renaming fields or changing payload structures, necessitate a major version update. The text also describes different versioning approaches, including resource, URI, and hostname versioning, each with its own advantages and challenges, emphasizing that API versions should primarily focus on the major number to maintain simplicity. It underscores the importance of clear communication and planning in managing API versions to ensure a smooth transition for API consumers.
Feb 23, 2017 957 words in the original blog post.
Tyk has released updates for its API Gateway (v2.3.2) and Dashboard (v1.3.1.2), addressing critical issues and bugs, particularly benefiting Tyk Hybrid users. Key improvements include fixing memory and connection leaks that previously caused crashes, allowing double slashes in URLs for more flexible API parameter handling, and resolving issues with JWT claims and OAuth client integrations. Enhancements to the Tyk Dashboard include the addition of organization names for multi-tenant setups, improved search functionalities within key analytics, and fixes for schema import/export and uptime test UI. These updates are accessible via Tyk's package cloud repositories and official Docker images.
Feb 09, 2017 292 words in the original blog post.