Releases: codegen-sh/codegen-sdk
Releases · codegen-sh/codegen-sdk
v0.5.3
What's Changed
Other Changes
- CG-10491: Move skills testing + utils into tests/ by @caroljung-cg in #96
- Move conftest.py -> tests/conftest.py by @caroljung-cg in #99
- CG-10501: Remove run_string from codegen package by @caroljung-cg in #100
- docs: act via code blog [wip] by @jayhack in #101
- Add graph widget by @rushilpatel0 in #102
- chore(deps): update pre-commit hook fpgmaas/deptry to v0.23.0 by @renovate in #103
- docs: act-via-code by @jayhack in #105
- docs: fixed up export docs by @jayhack in #106
- feat: fixes codegen run and codegen create by @jayhack in #107
- feat: adds system-prompt.txt by @jayhack in #108
- docs: tightens up many docs by @jayhack in #109
- chore(deps): lock file maintenance by @renovate in #110
- feat: fetches system-prompt + guide by @jayhack in #111
- skip tests requiring auth, remove hardcoded gh install by @tomcodgen in #47
- fix: url for graph widget by @rushilpatel0 in #114
- Adds missing return types, Styling modifications (CG-10500, CG-10499, CG-10498) by @jemeza-codegen in #98
- Revert "skip tests requiring auth, remove hardcoded gh install" by @tomcodgen in #115
- Remove gs from codegen pkg by @caroljung-cg in #118
- Deprecate default_branch from LocalRepoOperator by @Edward-Codegen in #116
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
Other Changes
- feat(cg-10482):
codegen notebook
by @jayhack in #78 - fix: test_ast by @christinewangcw in #80
- fix(mypy):
codebase.op
type annotation by @christinewangcw in #81 - chore: add scope args to get token by @christinewangcw in #82
- Move codemod tests into tests/integration by @caroljung-cg in #76
- Fixed broken links caught by mintlify by @jemeza-codegen in #79
- docs: add proper slack link by @jayhack in #85
- Add README.md for all top level codegen modules by @caroljung-cg in #86
- fix bg color in doc codeblocks by @rushilpatel0 in #87
- fix: url for widget in overview docs by @rushilpatel0 in #88
- fix: remove widget border by @rushilpatel0 in #89
- chore(CG-10487): add back docs spell checker pre-commit by @christinewangcw in #90
- chore(deps): update pre-commit hook codespell-project/codespell to v2.2.6 by @renovate in #91
- nit: reduce gap in view source on github by @christinewangcw in #93
- chore(deps): update pre-commit hook codespell-project/codespell to v2.4.0 by @renovate in #92
- docs: adds function call parameter helpers by @jayhack in #95
- fix: highside token typo by @christinewangcw in #97
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
Other Changes
- CG-10387: Mintlify doc fix by @jemeza-codegen in #69
- nit: clean-up empty type checking blocks by @christinewangcw in #71
- Update CLA.md by @joelaguero in #73
- Pujol cg 10460 make codebasefetch codebase work on the sdk by @kopekC in #50
- Organize tests by @caroljung-cg in #60
- fix: repo_config var in github client by @christinewangcw in #75
- fix: unit tests by @christinewangcw in #77
- fixes parsing issues and github links by @jemeza-codegen in #72
New Contributors
- @joelaguero made their first contribution in #73
- @kopekC made their first contribution in #50
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
Other Changes
- Update urls by @eacodegen in #9
- Migrate CI by @eacodegen in #8
- Update CI by @eacodegen in #12
- Lock file maintenance by @renovate in #13
- Fix Sanity Checks by @tawsifkamal in #16
- docs: removes example README.md by @jayhack in #17
- Add disallowed words pre-commit check by @Edward-Codegen in #20
- chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39.120.4 by @renovate in #22
- chore(deps): update astral-sh/setup-uv action to v5.2 by @renovate in #23
- feat: adds fetch_codebase by @jayhack in #24
- Cleaned up canonical codemods by @Edward-Codegen in #26
- fix oss parse tests by @eacodegen in #19
- Disable notif by @eacodegen in #27
- docs: Guide for ExternalModule by @jayhack in #28
- chore(deps): update dependency @types/node to v22.10.8 by @renovate in #29
- chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.5.23 by @renovate in #31
- chore(deps): update dependency @types/node to v22.10.9 by @renovate in #32
- chore(deps): update dependency @types/node to v22.10.10 by @renovate in #33
- update contributing guide and handle json decoder error by @tomcodgen in #36
- CG-10430: removes call_graph_successors by @jemeza-codegen in #35
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.3 by @renovate in #37
- chore(deps): update dependency codecov to v5.2.0 by @renovate in #38
- Eli cg 10431 rename gs to codegensdk by @Edward-Codegen in #34
- Move codegen-git into codegen.git by @Edward-Codegen in #41
- Move
gscli
intocodegen.gscli
by @Edward-Codegen in #42 - Move
graph_visualization
intocodebase.visualizations
by @Edward-Codegen in #43 - feat: add CLI by @jayhack in #45
- Add codegen/utils module by @caroljung-cg in #46
- Move
graph_sitter_build
intocodebase.gsbuild
by @Edward-Codegen in #44 - chore: remove commit param from remote repo operator by @christinewangcw in #49
- Add string compilation + grouping utils by @caroljung-cg in #48
- chore: clean-up get token for repo config by @christinewangcw in #51
- Remove unnecessary future annotations by @caroljung-cg in #52
- Add runner module by @caroljung-cg in #53
- Rename codemod3 + nit cleanup by @caroljung-cg in #54
- feat(CG-10367): from codegen import Codebase by @jayhack in #55
- docs: prism.css by @jayhack in #57
- chore(repo operator): pass shallow param through by @christinewangcw in #56
- chore(CG-10447): add
github_type
param for remote repo operator by @christinewangcw in #58 - fix: pre-commit ruff by @christinewangcw in #59
- feat: mdx docs and tests by @jayhack in #61
- chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.5.24 by @renovate in #62
- Rpatel/embedded codemod widget by @rushilpatel0 in #63
- chore(deps): update dependency rollup to v4.32.0 by @renovate in #65
- feat: Docs V0 by @jemeza-codegen in #25
- Fix metadata for codegen by @eacodegen in #67
- Rename utils -> shared by @caroljung-cg in #68
New Contributors
- @eacodegen made their first contribution in #9
- @renovate made their first contribution in #13
- @tawsifkamal made their first contribution in #16
- @jayhack made their first contribution in #17
- @Edward-Codegen made their first contribution in #20
- @tomcodgen made their first contribution in #36
- @caroljung-cg made their first contribution in #46
- @christinewangcw made their first contribution in #49
- @rushilpatel0 made their first contribution in #63
Full Changelog: https://github.com/codegen-sh/codegen-sdk/commits/v0.5.0