Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4505a8f
chore: disable .fernignore
lukeocodes Dec 10, 2025
ad93815
SDK regeneration
fern-api[bot] Dec 10, 2025
5a1a659
SDK regeneration
fern-api[bot] Dec 10, 2025
9883fa6
chore(tests): prettify wiremock mappings so manual edits are easier t…
lukeocodes Dec 12, 2025
29c48d5
fix(tests): fixing wiremock tests with a content-type match temporarily
lukeocodes Dec 12, 2025
e07cbf1
fix(tests): fix wiremock conftest to use base client
lukeocodes Dec 12, 2025
97a31a9
fix(test): correct wire test implementations
lukeocodes Dec 12, 2025
9589d58
chore(fernignore): protect manual fixes from generator overwrite
lukeocodes Dec 12, 2025
f9f4511
feat(client): add telemetry parameters for backwards compatibility
lukeocodes Dec 12, 2025
d4049d2
chore: update ignore files for manual tests
lukeocodes Dec 15, 2025
1d404d7
fix(websockets): change media methods to accept bytes instead of str
lukeocodes Dec 15, 2025
b413ea1
chore(fernignore): add socket client files to prevent regeneration
lukeocodes Dec 15, 2025
055ffa6
test(websockets): update manual tests to use public media methods
lukeocodes Dec 15, 2025
785b6b3
docs(websockets): add websockets-reference.md for v6 SDK
lukeocodes Dec 15, 2025
fdcce88
SDK regeneration
fern-api[bot] Dec 16, 2025
47f7228
SDK regeneration
fern-api[bot] Dec 16, 2025
0a759cf
SDK regeneration
fern-api[bot] Dec 16, 2025
b422ca3
chore: bump version to 6.0.0-alpha.1
lukeocodes Dec 17, 2025
9d01c17
ci: add release-please workflow and configuration
lukeocodes Dec 17, 2025
276ec07
ci: update CI workflow with matrix strategy and Docker verification
lukeocodes Dec 17, 2025
e1e6285
ci: add PR title checking workflow
lukeocodes Dec 17, 2025
50b4b69
ci: add changelog logging and daily test workflows
lukeocodes Dec 17, 2025
5f8fa81
docs: add migration guides from main branch
lukeocodes Dec 17, 2025
e8f3e4b
Add comprehensive examples directory with production-ready patterns
lukeocodes Dec 17, 2025
f80076b
chore(lint): apply automatic linting fixes to examples
lukeocodes Dec 17, 2025
f8a656a
fix(tests): add Python 3.8-3.10 datetime.fromisoformat compatibility
lukeocodes Dec 17, 2025
b6db74e
chore: add tests/wire/__init__.py to fernignore
lukeocodes Dec 17, 2025
c8d03a6
chore: bump version to 6.0.0-alpha.2
lukeocodes Dec 17, 2025
7f574f1
fix(ci): add poetry to PATH and remove publish matrix
lukeocodes Dec 17, 2025
6863c90
chore: bump version to 6.0.0-alpha.3
lukeocodes Dec 17, 2025
edfce11
ci: migrate PyPI publishing to OIDC trusted publishers
lukeocodes Dec 19, 2025
1438872
chore: bump version to 6.0.0-alpha.4
lukeocodes Dec 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions .fern/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"cliVersion": "3.1.0",
"generatorName": "fernapi/fern-python-sdk",
"generatorVersion": "4.42.0",
"generatorConfig": {
"client": {
"class_name": "BaseClient",
"filename": "base_client.py",
"exported_class_name": "DeepgramClient",
"exported_filename": "client.py"
},
"use_typeddict_requests": true,
"should_generate_websocket_clients": true,
"enable_wire_tests": true
}
}
35 changes: 2 additions & 33 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,2 @@
# Development, Configuration Files & Documentation
README.md
CONTRIBUTING.md
.vscode/
.gitignore
mypy.ini
websockets-reference.md
.github/
scripts/run_examples.sh
docs/
pyproject.toml
CHANGELOG.md

# Examples
examples/

# Test Files
tests/unit/
tests/integrations/

# Custom Extensions & Clients
src/deepgram/client.py
src/deepgram/extensions/

# Socket Client Implementations
src/deepgram/agent/v1/socket_client.py
src/deepgram/listen/v1/socket_client.py
src/deepgram/listen/v2/socket_client.py
src/deepgram/speak/v1/socket_client.py

# Bug Fixes
src/deepgram/listen/client.py
src/deepgram/core/client_wrapper.py
# manual fix wiremock/wiremock-mappings.json due to x-fern-sdk-method-name
wiremock/wiremock-mappings.json
52 changes: 0 additions & 52 deletions .github/.commitlintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .github/.release-please-manifest.json

This file was deleted.

6 changes: 0 additions & 6 deletions .github/CODEOWNERS

This file was deleted.

219 changes: 0 additions & 219 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

Loading
Loading