Skip to content

Commit 927e6f8

Browse files
makowskidclaude
andcommitted
[DEPRECATION] Mark package as deprecated - v2.0.0
This package is now deprecated in favor of specialized endpoint-specific packages. Changes: - Mark package as abandoned in composer.json - Update README.md with deprecation notice and migration guide - Add complete table of 22 new specialized packages organized by category - Update CHANGELOG.md with v2.0.0 deprecation notice - No source code changes - existing users can continue using this package Migration: Users should migrate to specialized packages for: - Better performance (install only what you need) - Smaller dependencies - Ongoing support and updates - New features See README.md for complete migration guide and package list. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e6efb02 commit 927e6f8

File tree

3 files changed

+148
-599
lines changed

3 files changed

+148
-599
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## January 10, 2026 - v2.0.0 DEPRECATION NOTICE
4+
5+
### ⚠️ BREAKING CHANGE: Package Deprecated
6+
7+
This package (`sharpapi/sharpapi-php-client`) has been **deprecated** and is no longer maintained.
8+
9+
**Why?**
10+
- Better performance with specialized packages
11+
- Smaller dependencies (install only what you need)
12+
- Easier maintenance and faster updates
13+
- Independent versioning per endpoint
14+
15+
**What to do:**
16+
- **Existing users**: Your code will continue to work, but migrate to specialized packages for ongoing support
17+
- **New projects**: Use the new specialized packages instead
18+
19+
**Migration:**
20+
All functionality has been split into **22 specialized packages** organized by category:
21+
22+
- **Content & Marketing**: 9 packages for text processing, translation, summarization, etc.
23+
- **E-commerce**: 4 packages for product categorization, reviews, emails
24+
- **HR Tech**: 3 packages for job descriptions, skills, positions
25+
- **Travel & Hospitality**: 3 packages for reviews and categorization
26+
- **SEO**: 1 package for META tags generation
27+
- **Utilities**: 2 packages for airports and job positions databases
28+
29+
See README.md for complete list and migration guide.
30+
31+
**Source code unchanged**: This deprecation does not modify any existing functionality. All methods continue to work exactly as before for backward compatibility.
32+
33+
---
34+
335
## August 26, 2024 - v1.2.0 update
436
- Generate Keywords/Tags & Summarize methods aquired optional `context` that allows to pass additional processing instructions for the provided `content`
537
- API usege optimized internally, switched to AI job dispatch/result endpoint pairing mode

0 commit comments

Comments
 (0)