Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 1.62 KB

File metadata and controls

80 lines (58 loc) · 1.62 KB

Changelog

All notable changes to service offerings and free tiers will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial changelog structure

Changed

  • None

Deprecated

  • None

Removed

  • None

Fixed

  • None

Security

  • None

[1.0.0] - 2024-01-01

Added

  • Initial release of awesome-free service catalog
  • Support for 50+ free cloud services across major providers
  • Service categorization and comparison features

Changed

  • None

Deprecated

  • None

Removed

  • None

Fixed

  • None

Security

  • None

Guidelines for Changelog Entries

Types of Changes

  • Added for new services or features
  • Changed for changes in existing service functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security in case of vulnerabilities

Service-Specific Changes

When documenting service changes, include:

  • Service name and provider
  • Type of change (free tier limits, pricing, availability)
  • Date of change
  • Impact on users
  • Alternative services if applicable

Example Entry

### Added
- Added AWS Lambda free tier with 1M requests/month ([PR #123](https://github.com/user/repo/pull/123))

Maintenance

  • Update this file with every significant change to service offerings
  • Keep entries in reverse chronological order (newest first)
  • Use links to pull requests or issues when possible
  • Group related changes together