Skip to content

Releases: CrowdDotDev/crowd.dev

v0.43.0

22 Aug 13:37
6cb2ed6
Compare
Choose a tag to compare

Changes

For more details, see our changelog

🚀 Features

✨ Improvements

  • Avoid exceeding the maximum text length for OpenSearch indexing @yeganathan18 (#1367)
  • Improve the searching by full name @yeganathan18 (#1333)
  • Several fixes for organizations (improve sorting, and the information in the organization page) @joanreyero (#1340)
  • Improve the sorting of organizations in the members’ page @sausage-todd (#1346)
  • Move organizations to Open Search @themarolt (#1328)
  • Partition pre-aggregations for activities in Cube @epipav (#1324)
  • Improved how organization affiliations are managed in the frontend @gaspergrom (#1250)
  • Increase the concurrency of the search sync worker @epipav (#1312)
  • Fix and update the script to manually enrich organizations @yeganathan18 (#1252)
  • Added a script so we can granularly reonboard GitHub repos @garrrikkotua (#1223)

🐞 Bug Fixes

  • Fix the auto-assignation of a member to an existing organization based on email domain @yeganathan18 (#1363)
  • Fix a bug where enrichments were being removed from the quote when they were not found @joanreyero (#1316)
  • Fix the pagination for activities in the organization profile @gaspergrom (#1362)
  • Add the location attribute to organizations in OpenSearch @themarolt (#1360)
  • Several frontend performance fixes @gaspergrom (#1357)
  • Fixed the indexing for organziation’s addresses @themarolt (#1356)
  • Temporarily disable the sorting by name for members and organizations @joanagmaia (#1354)
  • Make job title not required when updating a member’s work experience @gaspergrom (#1349)
  • Fix the timestamps in reports for all browsers @joanagmaia (#1348)
  • Do not enrich organizations without activities @yeganathan18 (#1347)
  • Adopt versioned indexes and improve full name search in OpenSearch @yeganathan18 (#1179)
  • Fix the active organization that we display for each member @joanagmaia (#1321)
  • Fix the query to get orgnizations from the frontend @joanagmaia (#1331)
  • Several performance improvements to speed up workers @themarolt (#1327)
  • Update the sorting in the organization's list @joanagmaia (#1320)
  • Refactor the Load more button for activities and conversations @joanagmaia (#1310)
  • Fix the create organization modal @joanagmaia (#1313)
  • Gave priority to manual updates when updating OpenSearch @themarolt (#1212)

v0.42.0

08 Aug 10:45
e04bea6
Compare
Choose a tag to compare

Changes

For more details, see our changelog.

🚀 Features

✨ Improvements

🐞 Bug Fixes

v0.41.0

01 Aug 09:49
a991c96
Compare
Choose a tag to compare

Changes

For more details, see our changelog.

🚀 Features

✨ Improvements

  • Added a script to onboard integrations in the new framework @garrrikkotua (#1199)
  • Migrated the GitHub integration to the new framework @garrrikkotua (#1170)
  • Add a script for enriching members and organizations of a tenant. @yeganathan18 (#1107)

🐞 Bug Fixes

  • Added some missing pre-aggregations in Cube.js that were causing slow queries. dimension @epipav (#1184)
  • Suggest primary member in merge based on identities & attributes @yeganathan18 (#1190)
  • Fixed the weekly emails not being sent @epipav (#1195)
  • Fixed the weekly emails not working well with Segments @epipav (#1193)
  • Prevent falsy values from being included in member emails @yeganathan18 (#1186)
  • Bug: Re-enrichment duplicates work experiences creating the same employments without dates @sausage-todd (#1185)
  • Fix an error when we get an undefined name from the GitHub API @garrrikkotua (#1196)

v0.40.0

25 Jul 09:45
e0e4791
Compare
Choose a tag to compare

Changes

For full details, see our changelog.

🚀 Features

✨ Improvements

  • Support non-empty array matches for emails @yeganathan18 (#1147)
  • Add a start and end date to the primary key for the relation between members and organizations @sausage-todd (#1150)
  • Add a new script to process data streams for a tenant @garrrikkotua (#1144)
  • Change the copy in the "integration needs to be reconnected" banner @garrrikkotua (#1136)

🐞 Bug Fixes

v0.39.0

18 Jul 10:00
5fc0b5b
Compare
Choose a tag to compare

Changes

For full details, see our changelog.

🚀 Features

✨ Improvements

🐞 Bug Fixes

  • Remove non-ASCII characters when getting sentiment @garrrikkotua (#1124)
  • Fix an undefined error in the StackOverflow integration @garrrikkotua (#1095)
  • Fix a broken link when clicking on sentiment @gaspergrom (#1129)
  • Fix the custom reports widget settings @joanagmaia (#1126)
  • Fix the merging of members through the actions button @yeganathan18 (#1122)
  • Check null values in the emails list when showing merge suggestion @yeganathan18 (#1118)
  • Fix the invitation flow @gaspergrom (#1114)
  • Fix member edit form @joanagmaia (#1106)
  • Prevent null values on firstName and lastName properties after OAuth authentication @yeganathan18 (#1100)

v0.38.0

11 Jul 10:05
a8605fc
Compare
Choose a tag to compare

To learn more, see our changelog.

Changes

🚀 Features

  • Add GitHub OAuth authentication support @yeganathan18 (#983)

✨ Improvements

  • Assign members to organization based on Email @yeganathan18 (#1086)
  • Fill jobTitle from member enrichment @yeganathan18 (#1081)
  • Add post processing to the new framework @garrrikkotua (#1083)
  • Migrate Slack integration to the new framework @garrrikkotua (#1080)

🐞 Bug Fixes

v0.37.0

04 Jul 10:13
21caf52
Compare
Choose a tag to compare

Changes

To learn more, see our changelog.

🚀 Features

  • Improved the performance of the active members' query @epipav (#1046)

✨ Improvements

🐞 Bug Fixes

v0.36.0

27 Jun 10:38
4018f94
Compare
Choose a tag to compare

Changes

For full details, see our changelog.

🚀 Features

✨ Improvements

  • Add member and display object to activity's parent @joanagmaia (#987)
  • Move the LinkedIn integration to the new API @garrrikkotua (#1035)
  • Reduce the number of requests we make to Cube.js from the dashboard @joanagmaia (#1010)
  • Optimized the code to check if a member already exists for upserts @themarolt (#1026)
  • Update CONTRIBUTORS.md on running services individually @yeganathan18 (#1029)
  • Tenant-wide template reports with segments @sausage-todd (#1011)
  • Added the Git integration to segments, and tweaks for the GitHub integration @joanreyero (#994)
  • Move the exclusion filters to operators in the frontend @gaspergrom (#1033)

🐞 Bug Fixes

v0.35.0

20 Jun 10:10
6fc8f51
Compare
Choose a tag to compare

Changes

For more details, see our changelog.

🚀 Features

✨ Improvements

🐞 Bug Fixes

v0.34.1

13 Jun 09:14
Compare
Choose a tag to compare

Changes

For more, see our changelog.

✨ Improvements

🐞 Bug Fixes